ReactOS 0.4.15-dev-7953-g1f49173
d3dcompiler_shader_reflection_variable Struct Reference
Collaboration diagram for d3dcompiler_shader_reflection_variable:

Public Attributes

ID3D11ShaderReflectionVariable ID3D11ShaderReflectionVariable_iface
 
struct d3dcompiler_shader_reflection_constant_bufferconstant_buffer
 
struct d3dcompiler_shader_reflection_typetype
 
charname
 
UINT start_offset
 
UINT size
 
UINT flags
 
voiddefault_value
 

Detailed Description

Definition at line 64 of file reflection.c.

Member Data Documentation

◆ constant_buffer

struct d3dcompiler_shader_reflection_constant_buffer* d3dcompiler_shader_reflection_variable::constant_buffer

Definition at line 68 of file reflection.c.

◆ default_value

void* d3dcompiler_shader_reflection_variable::default_value

Definition at line 75 of file reflection.c.

◆ flags

UINT d3dcompiler_shader_reflection_variable::flags

Definition at line 74 of file reflection.c.

◆ ID3D11ShaderReflectionVariable_iface

ID3D11ShaderReflectionVariable d3dcompiler_shader_reflection_variable::ID3D11ShaderReflectionVariable_iface

Definition at line 66 of file reflection.c.

Referenced by impl_from_ID3D11ShaderReflectionVariable().

◆ name

char* d3dcompiler_shader_reflection_variable::name

Definition at line 71 of file reflection.c.

◆ size

UINT d3dcompiler_shader_reflection_variable::size

Definition at line 73 of file reflection.c.

◆ start_offset

UINT d3dcompiler_shader_reflection_variable::start_offset

Definition at line 72 of file reflection.c.

◆ type

struct d3dcompiler_shader_reflection_type* d3dcompiler_shader_reflection_variable::type

Definition at line 69 of file reflection.c.


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