Diligent Engine
 
Loading...
Searching...
No Matches
Diligent::BLASBoundingBoxDesc Struct Reference

Defines bottom level acceleration structure axis-aligned bounding boxes description. More...

#include <BottomLevelAS.h>

Public Attributes

const Char * GeometryName = nullptr
 
Uint32 MaxBoxCount = 0
 

Detailed Description

Defines bottom level acceleration structure axis-aligned bounding boxes description.

AABB geometry description.

Member Data Documentation

◆ GeometryName

const Char* Diligent::BLASBoundingBoxDesc::GeometryName = nullptr

Geometry name. The name is used to map AABB data (BLASBuildBoundingBoxData) to this geometry.

◆ MaxBoxCount

Uint32 Diligent::BLASBoundingBoxDesc::MaxBoxCount = 0

The maximum AABB count. Current number of AABBs is defined in BLASBuildBoundingBoxData::BoxCount.