|
ReactOS 0.4.17-dev-934-g091855f
|
#include <hlsl.h>

Public Attributes | |
| unsigned int | value |
| bool | is_default |
| struct hlsl_block | body |
| struct list | entry |
| struct vkd3d_shader_location | loc |
| struct hlsl_block hlsl_ir_switch_case::body |
Definition at line 668 of file hlsl.h.
Referenced by normalize_switch_cases().
Definition at line 669 of file hlsl.h.
Referenced by normalize_switch_cases().
| bool hlsl_ir_switch_case::is_default |
Definition at line 667 of file hlsl.h.
Referenced by hlsl_new_switch_case().
| struct vkd3d_shader_location hlsl_ir_switch_case::loc |
Definition at line 670 of file hlsl.h.
Referenced by hlsl_new_switch_case().
Definition at line 666 of file hlsl.h.
Referenced by hlsl_new_switch_case().