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

Public Attributes

D3D12_RAYTRACING_ACCELERATION_STRUCTURE_TYPE Type
 
D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAGS Flags
 
UINT NumDescs
 
D3D12_ELEMENTS_LAYOUT DescsLayout
 
union {
   D3D12_GPU_VIRTUAL_ADDRESS   InstanceDescs
 
   const D3D12_RAYTRACING_GEOMETRY_DESC *   pGeometryDescs
 
   const D3D12_RAYTRACING_GEOMETRY_DESC *const *   ppGeometryDescs
 
}; 
 

Detailed Description

Definition at line 3977 of file d3d12.idl.

Member Data Documentation

◆ 

union { ... } D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS::@3290

◆ DescsLayout

D3D12_ELEMENTS_LAYOUT D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS::DescsLayout

Definition at line 3982 of file d3d12.idl.

◆ Flags

D3D12_RAYTRACING_ACCELERATION_STRUCTURE_BUILD_FLAGS D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS::Flags

Definition at line 3980 of file d3d12.idl.

◆ InstanceDescs

D3D12_GPU_VIRTUAL_ADDRESS D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS::InstanceDescs

Definition at line 3985 of file d3d12.idl.

◆ NumDescs

UINT D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS::NumDescs

Definition at line 3981 of file d3d12.idl.

◆ pGeometryDescs

const D3D12_RAYTRACING_GEOMETRY_DESC* D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS::pGeometryDescs

Definition at line 3986 of file d3d12.idl.

◆ ppGeometryDescs

const D3D12_RAYTRACING_GEOMETRY_DESC* const* D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS::ppGeometryDescs

Definition at line 3987 of file d3d12.idl.

◆ Type

D3D12_RAYTRACING_ACCELERATION_STRUCTURE_TYPE D3D12_BUILD_RAYTRACING_ACCELERATION_STRUCTURE_INPUTS::Type

Definition at line 3979 of file d3d12.idl.


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