ReactOS 0.4.17-dev-934-g091855f
D3D12_INDIRECT_ARGUMENT_DESC Struct Reference
Collaboration diagram for D3D12_INDIRECT_ARGUMENT_DESC:

Public Attributes

D3D12_INDIRECT_ARGUMENT_TYPE Type
 
union {
   struct {
      UINT   Slot
 
   }   VertexBuffer
 
   struct {
      UINT   RootParameterIndex
 
      UINT   DestOffsetIn32BitValues
 
      UINT   Num32BitValuesToSet
 
   }   Constant
 
   struct {
      UINT   RootParameterIndex
 
   }   ConstantBufferView
 
   struct {
      UINT   RootParameterIndex
 
   }   ShaderResourceView
 
   struct {
      UINT   RootParameterIndex
 
   }   UnorderedAccessView
 
}; 
 

Detailed Description

Definition at line 3103 of file d3d12.idl.

Member Data Documentation

◆ 

union { ... } D3D12_INDIRECT_ARGUMENT_DESC::@3281

◆ 

struct { ... } D3D12_INDIRECT_ARGUMENT_DESC::Constant

◆ 

struct { ... } D3D12_INDIRECT_ARGUMENT_DESC::ConstantBufferView

◆ DestOffsetIn32BitValues

UINT D3D12_INDIRECT_ARGUMENT_DESC::DestOffsetIn32BitValues

Definition at line 3115 of file d3d12.idl.

◆ Num32BitValuesToSet

UINT D3D12_INDIRECT_ARGUMENT_DESC::Num32BitValuesToSet

Definition at line 3116 of file d3d12.idl.

◆ RootParameterIndex

UINT D3D12_INDIRECT_ARGUMENT_DESC::RootParameterIndex

Definition at line 3114 of file d3d12.idl.

◆ 

struct { ... } D3D12_INDIRECT_ARGUMENT_DESC::ShaderResourceView

◆ Slot

UINT D3D12_INDIRECT_ARGUMENT_DESC::Slot

Definition at line 3110 of file d3d12.idl.

◆ Type

D3D12_INDIRECT_ARGUMENT_TYPE D3D12_INDIRECT_ARGUMENT_DESC::Type

◆ 

struct { ... } D3D12_INDIRECT_ARGUMENT_DESC::UnorderedAccessView

◆ 

struct { ... } D3D12_INDIRECT_ARGUMENT_DESC::VertexBuffer

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