Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build acceleration structure validation incorrectly checks size of index buffer #2607

Open
jcmnn opened this issue Nov 23, 2024 · 0 comments

Comments

@jcmnn
Copy link

jcmnn commented Nov 23, 2024

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):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants