libs/vkd3d-shader: Translate dcl_resource_structured instructions.

This commit is contained in:
Józef Kucia
2017-08-22 12:39:56 +02:00
parent 77e47eddb9
commit d5697448eb
2 changed files with 24 additions and 2 deletions

View File

@@ -819,6 +819,7 @@ struct vkd3d_shader_signature_element *shader_find_signature_element(const struc
const char *semantic_name, unsigned int semantic_idx, unsigned int stream_idx) DECLSPEC_HIDDEN;
void free_shader_desc(struct vkd3d_shader_desc *desc) DECLSPEC_HIDDEN;
#define MAX_SHADER_RESOURCE_VIEWS 128
#define MAX_UNORDERED_ACCESS_VIEWS 8
struct vkd3d_shader_scan_info