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-Parser does not support StorageClassShaderRecordBufferKHR #1972

Closed
fabian-lunarg opened this issue Jan 21, 2025 · 0 comments · Fixed by #1974
Closed

SpirV-Parser does not support StorageClassShaderRecordBufferKHR #1972

fabian-lunarg opened this issue Jan 21, 2025 · 0 comments · Fixed by #1974

Comments

@fabian-lunarg
Copy link
Contributor

StorageClassShaderRecordBufferKHR = 5343 is currently unsupported by gfxrecon::util::SpirVParsingUtil.
this will currently spam Storage class 5343 not handled messages.

we parse all incoming SpirV,
but currently do not rely on this specific parser (yet), just issue warnings in case buffer-device-addresses are used.

this issue asks for proper support of StorageClassShaderRecordBufferKHR in gfxrecon::util::SpirVParsingUtil

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 a pull request may close this issue.

1 participant