Kanzi 4.1.0
kanzi::gfx::TopLevelAccelerationStructureCreateInfo Struct Reference

Creation information for a top level acceleration structure. More...

#include <kanzi/gfx/create_info.hpp>

Inheritance diagram for kanzi::gfx::TopLevelAccelerationStructureCreateInfo:
[legend]

Public Types

using HandleType
 Acceleration structure handle.
 

Public Attributes

AccelerationStructureFlag flags
 Acceleration structure flags.
 
uint32_t maxInstanceCount
 Maximum instance count.
 
- Public Attributes inherited from kanzi::gfx::BaseCreateInfo
string_view name
 The name of the graphics object, useful for debugging.
 

Detailed Description

Creation information for a top level acceleration structure.

An acceleration structure contains data processed by the backend.

Since
Kanzi 4.1.0

Member Typedef Documentation

◆ HandleType

Member Data Documentation

◆ flags

AccelerationStructureFlag kanzi::gfx::TopLevelAccelerationStructureCreateInfo::flags

Acceleration structure flags.

◆ maxInstanceCount

uint32_t kanzi::gfx::TopLevelAccelerationStructureCreateInfo::maxInstanceCount

Maximum instance count.


The documentation for this struct was generated from the following file: