ReactOS 0.4.16-dev-199-g898cc56
|
#include <d3d11shader.h>
Public Attributes | |
const char * | SemanticName |
UINT | SemanticIndex |
UINT | Register |
D3D_NAME | SystemValueType |
D3D_REGISTER_COMPONENT_TYPE | ComponentType |
BYTE | Mask |
BYTE | ReadWriteMask |
UINT | Stream |
Definition at line 123 of file d3d11shader.h.
D3D_REGISTER_COMPONENT_TYPE _D3D11_SIGNATURE_PARAMETER_DESC::ComponentType |
Definition at line 129 of file d3d11shader.h.
Referenced by test_reflection_desc_ps(), test_reflection_desc_ps_output(), and test_reflection_desc_vs().
BYTE _D3D11_SIGNATURE_PARAMETER_DESC::Mask |
Definition at line 130 of file d3d11shader.h.
Referenced by test_reflection_desc_ps(), test_reflection_desc_ps_output(), and test_reflection_desc_vs().
BYTE _D3D11_SIGNATURE_PARAMETER_DESC::ReadWriteMask |
Definition at line 131 of file d3d11shader.h.
Referenced by test_reflection_desc_ps(), test_reflection_desc_ps_output(), and test_reflection_desc_vs().
UINT _D3D11_SIGNATURE_PARAMETER_DESC::Register |
Definition at line 127 of file d3d11shader.h.
Referenced by test_reflection_desc_ps(), test_reflection_desc_ps_output(), and test_reflection_desc_vs().
UINT _D3D11_SIGNATURE_PARAMETER_DESC::SemanticIndex |
Definition at line 126 of file d3d11shader.h.
Referenced by test_reflection_desc_ps(), test_reflection_desc_ps_output(), and test_reflection_desc_vs().
Definition at line 125 of file d3d11shader.h.
Referenced by test_reflection_desc_ps(), test_reflection_desc_ps_output(), and test_reflection_desc_vs().
UINT _D3D11_SIGNATURE_PARAMETER_DESC::Stream |
Definition at line 132 of file d3d11shader.h.
Referenced by test_reflection_desc_ps(), test_reflection_desc_ps_output(), and test_reflection_desc_vs().
D3D_NAME _D3D11_SIGNATURE_PARAMETER_DESC::SystemValueType |
Definition at line 128 of file d3d11shader.h.
Referenced by test_reflection_desc_ps(), test_reflection_desc_ps_output(), and test_reflection_desc_vs().