Build acceleration structure validation incorrectly checks size of index buffer
Closed this issue · 0 comments
jcmnn commented
Template
- Version of vulkano: 0.34
- OS: Windows
- GPU (the selected PhysicalDevice): RTX 3060
- GPU Driver: N/A
- Upload of a reasonably minimal complete
main.rs
file that demonstrates the issue: N/A
Issue
This line of code is checking the size of the vertex buffer where it should be checking the size of index_data
(in bytes):