D3D12DDI_RAYTRACING_AABB - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef struct D3D12DDI_RAYTRACING_AABB {
  FLOAT MinX;
  FLOAT MinY;
  FLOAT MinZ;
  FLOAT MaxX;
  FLOAT MaxY;
  FLOAT MaxZ;
} D3D12DDI_RAYTRACING_AABB;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_raytracing_aabb)

D3D12DDI_RAYTRACING_AABB structure

Description

Defines the ray tracing axis-aligned bounding box (AABB).

Members

MinX

Minimum x-coordinate value.

MinY

Minimum y-coordinate value.

MinZ

Minimum z-coordinate value.

MaxX

Maximum x-coordinate value.

MaxY

Maximum y-coordinate value.

MaxZ

Maximum z-coordinate value.

Remarks

See also