Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.4 KB

ne-d3d12umddi-d3d12ddi_raytracing_geometry_type.md

File metadata and controls

56 lines (44 loc) · 1.4 KB
UID title description ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.max-support req.typenames targetos tech.root ms.custom f1_keywords topic_type api_type api_location api_name dev_langs
NE:d3d12umddi.D3D12DDI_RAYTRACING_GEOMETRY_TYPE
D3D12DDI_RAYTRACING_GEOMETRY_TYPE (d3d12umddi.h)
Specifies the geometry type to use in a ray tracing acceleration structure.
10/19/2018
D3D12DDI_RAYTRACING_GEOMETRY_TYPE enumeration
D3D12DDI_RAYTRACING_GEOMETRY_TYPE, D3D12DDI_RAYTRACING_GEOMETRY_TYPE,
d3d12umddi.h
Windows 10, version 1809
D3D12DDI_RAYTRACING_GEOMETRY_TYPE
Windows
display
RS5
D3D12DDI_RAYTRACING_GEOMETRY_TYPE
d3d12umddi/D3D12DDI_RAYTRACING_GEOMETRY_TYPE
apiref
HeaderDef
d3d12umddi.h
D3D12DDI_RAYTRACING_GEOMETRY_TYPE
c++

D3D12DDI_RAYTRACING_GEOMETRY_TYPE enumeration

-description

Specifies the geometry type to use in a ray tracing acceleration structure.

-enum-fields

-field D3D12DDI_RAYTRACING_GEOMETRY_TYPE_TRIANGLES

The triangle index within the geometry object.

-field D3D12DDI_RAYTRACING_GEOMETRY_TYPE_PROCEDURAL_PRIMITIVE_AABBS

The index into the AABB (axis-aligned bounding box) array defining the geometry object.

-remarks

-see-also