mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/spirv: Declare indexable temps as Private unless function scope is specified.
This commit is contained in:
committed by
Alexandre Julliard
parent
37d9dba512
commit
b4b2b0d3ac
Notes:
Alexandre Julliard
2024-01-17 22:42:55 +01:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/450
@@ -820,6 +820,7 @@ struct vkd3d_shader_indexable_temp
|
||||
unsigned int alignment;
|
||||
enum vkd3d_data_type data_type;
|
||||
unsigned int component_count;
|
||||
bool has_function_scope;
|
||||
const struct vkd3d_shader_immediate_constant_buffer *initialiser;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user