KDGpu::AccelerationStructureOptions¶
#include <acceleration_structure_options.h>
Public Classes¶
Name | |
---|---|
struct | GeometryTypeAndCount |
Public Attributes¶
Name | |
---|---|
std::string_view | label |
AccelerationStructureType | type |
AccelerationStructureFlags | flags |
std::vector< GeometryTypeAndCount > | geometryTypesAndCount |
Public Attributes Documentation¶
variable label¶
1 |
|
variable type¶
1 |
|
variable flags¶
1 |
|
variable geometryTypesAndCount¶
1 |
|
Updated on 2024-11-21 at 00:02:21 +0000