vkd3d-shader/ir: Store code block names in struct vkd3d_shader_desc.

This commit is contained in:
Conor McCarthy
2023-11-08 13:14:01 +10:00
committed by Alexandre Julliard
parent ffc65215ba
commit 37d9dba512
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
4 changed files with 74 additions and 0 deletions

View File

@@ -1026,6 +1026,9 @@ struct vkd3d_shader_desc
} flat_constant_count[3];
bool use_vocp;
const char **block_names;
size_t block_name_count;
};
struct vkd3d_shader_register_semantic