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

Fix Undefined behavior in Vulkan array texture shaders #241 #248

Merged
merged 7 commits into from Nov 14, 2021

Conversation

darksylinc
Copy link
Member

@darksylinc darksylinc commented Nov 14, 2021

Our implementation causes issues with RenderDoc.

Bug baldurk/renderdoc#2410 has been filed, but it is unknown if it's our fault.

Worst case, we will have to recompile code twice if arrays are found, and the 2nd time we can force all bindings to be contiguous.

It's possible Android drivers won't like it either.

@darksylinc darksylinc added bug Something isn't working Vulkan labels Nov 14, 2021
@darksylinc darksylinc self-assigned this Nov 14, 2021
@darksylinc darksylinc added this to Done in Vulkan Nov 14, 2021
@darksylinc darksylinc merged commit 98ecaae into master Nov 14, 2021
@darksylinc darksylinc deleted the vk-array-fix branch November 14, 2021 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Vulkan
Projects
Vulkan
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant