vkd3d-shader: Forbid storage modifiers on struct fields.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura
2021-03-22 17:02:35 -05:00
committed by Alexandre Julliard
parent 0e504e974a
commit e285fc57d2
3 changed files with 11 additions and 6 deletions

View File

@@ -134,7 +134,6 @@ struct hlsl_struct_field
struct hlsl_type *type;
const char *name;
const char *semantic;
DWORD modifiers;
unsigned int reg_offset;
};