Top level acceleration structure build description.
uint32_t instance_count;
uint64_t gpu_address;
bool indirect;
bool update;
};
AccelerationStructureFlags
Acceleration structure flags for additional acceleration structure features.
Top level acceleration structure build description.
Definition at line 2091 of file api.hpp.
#include <api.hpp>
◆ flags
◆ gpu_address
uint64_t wis::TopLevelASBuildDesc::gpu_address |
Address of instances.
Definition at line 2094 of file api.hpp.
◆ indirect
bool wis::TopLevelASBuildDesc::indirect |
If true Buffer under address contains pointers to the instances, rather than instances themselves.
Definition at line 2095 of file api.hpp.
◆ instance_count
uint32_t wis::TopLevelASBuildDesc::instance_count |
Instance count.
Definition at line 2093 of file api.hpp.
◆ update
bool wis::TopLevelASBuildDesc::update |
The documentation for this struct was generated from the following file:
- /home/runner/work/Wisdom/Wisdom/wisdom/include/wisdom/generated/api/api.hpp