mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/dxil: Implement default address space global variables.
This commit is contained in:
committed by
Alexandre Julliard
parent
920657e7ee
commit
85d5f83fb7
Notes:
Alexandre Julliard
2023-11-22 22:48:50 +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/471
@@ -803,6 +803,8 @@ struct vkd3d_shader_indexable_temp
|
||||
{
|
||||
unsigned int register_idx;
|
||||
unsigned int register_size;
|
||||
unsigned int alignment;
|
||||
enum vkd3d_data_type data_type;
|
||||
unsigned int component_count;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user