ReactOS 0.4.15-dev-7842-g558ab78
d3dcompiler_shader_reflection_constant_buffer Struct Reference
Collaboration diagram for d3dcompiler_shader_reflection_constant_buffer:

Public Attributes

ID3D11ShaderReflectionConstantBuffer ID3D11ShaderReflectionConstantBuffer_iface
 
struct d3dcompiler_shader_reflectionreflection
 
charname
 
D3D_CBUFFER_TYPE type
 
UINT variable_count
 
UINT size
 
UINT flags
 
struct d3dcompiler_shader_reflection_variablevariables
 

Detailed Description

Definition at line 78 of file reflection.c.

Member Data Documentation

◆ flags

UINT d3dcompiler_shader_reflection_constant_buffer::flags

Definition at line 88 of file reflection.c.

◆ ID3D11ShaderReflectionConstantBuffer_iface

ID3D11ShaderReflectionConstantBuffer d3dcompiler_shader_reflection_constant_buffer::ID3D11ShaderReflectionConstantBuffer_iface

Definition at line 80 of file reflection.c.

Referenced by impl_from_ID3D11ShaderReflectionConstantBuffer().

◆ name

char* d3dcompiler_shader_reflection_constant_buffer::name

Definition at line 84 of file reflection.c.

◆ reflection

struct d3dcompiler_shader_reflection* d3dcompiler_shader_reflection_constant_buffer::reflection

Definition at line 82 of file reflection.c.

◆ size

UINT d3dcompiler_shader_reflection_constant_buffer::size

Definition at line 87 of file reflection.c.

◆ type

D3D_CBUFFER_TYPE d3dcompiler_shader_reflection_constant_buffer::type

Definition at line 85 of file reflection.c.

◆ variable_count

UINT d3dcompiler_shader_reflection_constant_buffer::variable_count

Definition at line 86 of file reflection.c.

◆ variables

struct d3dcompiler_shader_reflection_variable* d3dcompiler_shader_reflection_constant_buffer::variables

Definition at line 90 of file reflection.c.


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