|
ReactOS 0.4.17-dev-934-g091855f
|

Public Attributes | |
| union { | |
| struct { | |
| struct vkd3d_shader_varying_map varying_map [MAX_SM1_INTER_STAGE_VARYINGS] | |
| unsigned int varying_count | |
| } vs | |
| struct { | |
| struct ps_compile_args args | |
| unsigned int sample_count | |
| } fs | |
| } | u |
Definition at line 60 of file shader_spirv.c.
| struct ps_compile_args shader_spirv_compile_arguments::args |
Definition at line 71 of file shader_spirv.c.
| struct { ... } shader_spirv_compile_arguments::fs |
Definition at line 72 of file shader_spirv.c.
| union { ... } shader_spirv_compile_arguments::u |
Definition at line 67 of file shader_spirv.c.
| struct vkd3d_shader_varying_map shader_spirv_compile_arguments::varying_map[MAX_SM1_INTER_STAGE_VARYINGS] |
Definition at line 66 of file shader_spirv.c.
| struct { ... } shader_spirv_compile_arguments::vs |