|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <d3d11shader.h>

Public Attributes | |
| const char * | Name |
| UINT | StartOffset |
| UINT | Size |
| UINT | uFlags |
| void * | DefaultValue |
| UINT | StartTexture |
| UINT | TextureSize |
| UINT | StartSampler |
| UINT | SamplerSize |
Definition at line 77 of file d3d11shader.h.
| void* _D3D11_SHADER_VARIABLE_DESC::DefaultValue |
Definition at line 83 of file d3d11shader.h.
Referenced by d3dcompiler_shader_reflection_variable_GetDesc(), ID3DXConstantTableImpl_SetDefaults(), test_get_shader_constant_variables(), test_reflection_constant_buffer(), and test_registerset().
Definition at line 79 of file d3d11shader.h.
Referenced by d3dcompiler_parse_rdef(), d3dcompiler_parse_type(), d3dcompiler_shader_reflection_constant_buffer_GetDesc(), d3dcompiler_shader_reflection_variable_GetDesc(), d3dx_effect_GetParameterDesc(), d3dx_effect_GetPassDesc(), d3dx_effect_GetTechniqueDesc(), get_constant_by_name(), init_set_constants_param(), test_effect_find_next_valid_technique(), test_get_shader_constant_variables(), test_isparameterused_children(), test_reflection_bound_resources(), test_reflection_constant_buffer(), test_registerset(), and WMSFT_compile_typeinfo_aux().
| UINT _D3D11_SHADER_VARIABLE_DESC::SamplerSize |
Definition at line 87 of file d3d11shader.h.
| UINT _D3D11_SHADER_VARIABLE_DESC::Size |
Definition at line 81 of file d3d11shader.h.
Referenced by d3d8_indexbuffer_GetDesc(), d3d8_surface_GetDesc(), d3d8_texture_2d_GetLevelDesc(), d3d8_texture_3d_GetLevelDesc(), d3d8_texture_cube_GetLevelDesc(), d3d8_vertexbuffer_GetDesc(), d3d8_volume_GetDesc(), d3d9_indexbuffer_GetDesc(), d3d9_vertexbuffer_GetDesc(), d3dcompiler_shader_reflection_constant_buffer_GetDesc(), d3dcompiler_shader_reflection_variable_GetDesc(), test_D3DXCreateRenderToEnvMap(), and test_reflection_constant_buffer().
| UINT _D3D11_SHADER_VARIABLE_DESC::StartOffset |
Definition at line 80 of file d3d11shader.h.
Referenced by d3dcompiler_shader_reflection_variable_GetDesc(), and test_reflection_constant_buffer().
| UINT _D3D11_SHADER_VARIABLE_DESC::StartSampler |
Definition at line 86 of file d3d11shader.h.
| UINT _D3D11_SHADER_VARIABLE_DESC::StartTexture |
Definition at line 84 of file d3d11shader.h.
| UINT _D3D11_SHADER_VARIABLE_DESC::TextureSize |
Definition at line 85 of file d3d11shader.h.
| UINT _D3D11_SHADER_VARIABLE_DESC::uFlags |
Definition at line 82 of file d3d11shader.h.
Referenced by d3dcompiler_parse_rdef(), d3dcompiler_shader_reflection_constant_buffer_GetDesc(), d3dcompiler_shader_reflection_variable_GetDesc(), test_reflection_bound_resources(), and test_reflection_constant_buffer().