ReactOS 0.4.16-dev-197-g92996da
|
Public Attributes | |
ID3D11ShaderReflectionConstantBuffer | ID3D11ShaderReflectionConstantBuffer_iface |
struct d3dcompiler_shader_reflection * | reflection |
char * | name |
D3D_CBUFFER_TYPE | type |
UINT | variable_count |
UINT | size |
UINT | flags |
struct d3dcompiler_shader_reflection_variable * | variables |
Definition at line 78 of file reflection.c.
UINT d3dcompiler_shader_reflection_constant_buffer::flags |
Definition at line 88 of file reflection.c.
ID3D11ShaderReflectionConstantBuffer d3dcompiler_shader_reflection_constant_buffer::ID3D11ShaderReflectionConstantBuffer_iface |
Definition at line 80 of file reflection.c.
Referenced by impl_from_ID3D11ShaderReflectionConstantBuffer().
char* d3dcompiler_shader_reflection_constant_buffer::name |
Definition at line 84 of file reflection.c.
struct d3dcompiler_shader_reflection* d3dcompiler_shader_reflection_constant_buffer::reflection |
Definition at line 82 of file reflection.c.
UINT d3dcompiler_shader_reflection_constant_buffer::size |
Definition at line 87 of file reflection.c.
D3D_CBUFFER_TYPE d3dcompiler_shader_reflection_constant_buffer::type |
Definition at line 85 of file reflection.c.
UINT d3dcompiler_shader_reflection_constant_buffer::variable_count |
Definition at line 86 of file reflection.c.
struct d3dcompiler_shader_reflection_variable* d3dcompiler_shader_reflection_constant_buffer::variables |
Definition at line 90 of file reflection.c.