ReactOS 0.4.15-dev-7942-gd23573b
_D3D11_SHADER_BUFFER_DESC Struct Reference

#include <d3d11shader.h>

Collaboration diagram for _D3D11_SHADER_BUFFER_DESC:

Public Attributes

const charName
 
D3D_CBUFFER_TYPE Type
 
UINT Variables
 
UINT Size
 
UINT uFlags
 

Detailed Description

Definition at line 102 of file d3d11shader.h.

Member Data Documentation

◆ Name

const char* _D3D11_SHADER_BUFFER_DESC::Name

Definition at line 104 of file d3d11shader.h.

Referenced by test_reflection_constant_buffer().

◆ Size

UINT _D3D11_SHADER_BUFFER_DESC::Size

Definition at line 107 of file d3d11shader.h.

Referenced by test_reflection_constant_buffer().

◆ Type

D3D_CBUFFER_TYPE _D3D11_SHADER_BUFFER_DESC::Type

Definition at line 105 of file d3d11shader.h.

Referenced by test_reflection_constant_buffer().

◆ uFlags

UINT _D3D11_SHADER_BUFFER_DESC::uFlags

Definition at line 108 of file d3d11shader.h.

Referenced by test_reflection_constant_buffer().

◆ Variables

UINT _D3D11_SHADER_BUFFER_DESC::Variables

Definition at line 106 of file d3d11shader.h.

Referenced by test_reflection_constant_buffer().


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