AccelerationStructure
is impossible to build due to a dependency cycle
#2304
Labels
AccelerationStructure
is impossible to build due to a dependency cycle
#2304
Template
If you dont understand something just leave it.
If you can provide more detailed information than the template allows for, please ignore the template and present all of your findings.
main.rs
file that demonstrates the issue: TODOIssue
Is there any acceleration structure example? I cannot find the way to build AS.
To build AS, commonly vkGetAccelerationStructureBuildSizesKHR() is called first with VkAccelerationStructureBuildGeometryInfoKHR.dstAccelerationStructure=scratchData=empty to acquire the size requirements for AS.
But current vulkano implementation requires AccelerationStructureBuildGeometryInfo.dst_acceleration_structure and .scratch_data not to be empty. So I think it's almost impossible to create AS without creating AS.
#2213
The text was updated successfully, but these errors were encountered: