Skip to content

KDGpu::AccelerationStructureOptions

#include <acceleration_structure_options.h>

Public Classes

Name
struct GeometryTypeAndCount

Public Attributes

Public Attributes Documentation

variable label

1
std::string_view label;

variable type

1
AccelerationStructureType type { AccelerationStructureType::TopLevel };

variable flags

1
AccelerationStructureFlags flags { AccelerationStructureFlagBits::None };

variable geometryTypesAndCount

1
std::vector< GeometryTypeAndCount > geometryTypesAndCount;

Updated on 2025-04-12 at 00:01:44 +0000