ReactOS 0.4.16-dev-257-g6aa11ac
|
#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 test_reflection_constant_buffer().
Definition at line 79 of file d3d11shader.h.
Referenced by test_reflection_constant_buffer().
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 test_reflection_constant_buffer().
UINT _D3D11_SHADER_VARIABLE_DESC::StartOffset |
Definition at line 80 of file d3d11shader.h.
Referenced by 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 test_reflection_constant_buffer().