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

spirv-val: Validate PhysicalStorageBuffer Stage Interface #5539

Merged
merged 2 commits into from
Feb 12, 2024

Conversation

spencer-lunarg
Copy link
Contributor

It was decided in https://gitlab.khronos.org/vulkan/vulkan/-/merge_requests/6344 that PhysicalStorageBuffer should not be allowed to be in the Input/Output as it would greatly complicate the Location matching logic and there isn't strong testing (or any spec language) around all the edge cases currently... for those who still want to pass it between stages, the simple workaround is to just pass a uint64/uvec2 between stages

There is a tracker to fix the very few CTS coverage that might be violating this https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/4896

I assume there will be desire for a glslang change, but first wanted to get the spirv-val logic up

@alan-baker alan-baker merged commit 784b064 into KhronosGroup:main Feb 12, 2024
24 checks passed
@spencer-lunarg spencer-lunarg deleted the spencer-lunarg-psb branch February 12, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants