ReactOS 0.4.16-dev-340-g0540c21
|
Public Attributes | |
ID3D11ShaderReflectionVariable | ID3D11ShaderReflectionVariable_iface |
struct d3dcompiler_shader_reflection_constant_buffer * | constant_buffer |
struct d3dcompiler_shader_reflection_type * | type |
char * | name |
UINT | start_offset |
UINT | size |
UINT | flags |
void * | default_value |
Definition at line 64 of file reflection.c.
struct d3dcompiler_shader_reflection_constant_buffer* d3dcompiler_shader_reflection_variable::constant_buffer |
Definition at line 68 of file reflection.c.
void* d3dcompiler_shader_reflection_variable::default_value |
Definition at line 75 of file reflection.c.
UINT d3dcompiler_shader_reflection_variable::flags |
Definition at line 74 of file reflection.c.
ID3D11ShaderReflectionVariable d3dcompiler_shader_reflection_variable::ID3D11ShaderReflectionVariable_iface |
Definition at line 66 of file reflection.c.
Referenced by impl_from_ID3D11ShaderReflectionVariable().
char* d3dcompiler_shader_reflection_variable::name |
Definition at line 71 of file reflection.c.
UINT d3dcompiler_shader_reflection_variable::size |
Definition at line 73 of file reflection.c.
UINT d3dcompiler_shader_reflection_variable::start_offset |
Definition at line 72 of file reflection.c.
struct d3dcompiler_shader_reflection_type* d3dcompiler_shader_reflection_variable::type |
Definition at line 69 of file reflection.c.