mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader/d3dbc: Scan descriptors for constant register sets.
This commit is contained in:
committed by
Alexandre Julliard
parent
55c5129ad9
commit
d077562f79
Notes:
Alexandre Julliard
2023-07-17 23:26:26 +02:00
Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/273
@@ -840,6 +840,11 @@ struct vkd3d_shader_desc
|
||||
struct shader_signature patch_constant_signature;
|
||||
|
||||
uint32_t temp_count;
|
||||
|
||||
struct
|
||||
{
|
||||
uint32_t used, external;
|
||||
} flat_constant_count[3];
|
||||
};
|
||||
|
||||
struct vkd3d_shader_register_semantic
|
||||
|
||||
Reference in New Issue
Block a user