VkAccelerationStructureBuildRangeInfoKHR

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
nothrow @nogc extern (System)
struct VkAccelerationStructureBuildRangeInfoKHR {}

Members

Variables

firstVertex
uint32_t firstVertex;
Undocumented in source.
primitiveCount
uint32_t primitiveCount;
Undocumented in source.
primitiveOffset
uint32_t primitiveOffset;
Undocumented in source.
transformOffset
uint32_t transformOffset;
Undocumented in source.

Meta