ReactOS 0.4.15-dev-7942-gd23573b
_D3D11_SHADER_VARIABLE_DESC Struct Reference

#include <d3d11shader.h>

Collaboration diagram for _D3D11_SHADER_VARIABLE_DESC:

Public Attributes

const charName
 
UINT StartOffset
 
UINT Size
 
UINT uFlags
 
voidDefaultValue
 
UINT StartTexture
 
UINT TextureSize
 
UINT StartSampler
 
UINT SamplerSize
 

Detailed Description

Definition at line 77 of file d3d11shader.h.

Member Data Documentation

◆ DefaultValue

void* _D3D11_SHADER_VARIABLE_DESC::DefaultValue

Definition at line 83 of file d3d11shader.h.

Referenced by test_reflection_constant_buffer().

◆ Name

const char* _D3D11_SHADER_VARIABLE_DESC::Name

Definition at line 79 of file d3d11shader.h.

Referenced by test_reflection_constant_buffer().

◆ SamplerSize

UINT _D3D11_SHADER_VARIABLE_DESC::SamplerSize

Definition at line 87 of file d3d11shader.h.

◆ Size

UINT _D3D11_SHADER_VARIABLE_DESC::Size

Definition at line 81 of file d3d11shader.h.

Referenced by test_reflection_constant_buffer().

◆ StartOffset

UINT _D3D11_SHADER_VARIABLE_DESC::StartOffset

Definition at line 80 of file d3d11shader.h.

Referenced by test_reflection_constant_buffer().

◆ StartSampler

UINT _D3D11_SHADER_VARIABLE_DESC::StartSampler

Definition at line 86 of file d3d11shader.h.

◆ StartTexture

UINT _D3D11_SHADER_VARIABLE_DESC::StartTexture

Definition at line 84 of file d3d11shader.h.

◆ TextureSize

UINT _D3D11_SHADER_VARIABLE_DESC::TextureSize

Definition at line 85 of file d3d11shader.h.

◆ uFlags

UINT _D3D11_SHADER_VARIABLE_DESC::uFlags

Definition at line 82 of file d3d11shader.h.

Referenced by test_reflection_constant_buffer().


The documentation for this struct was generated from the following file: