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 cross compilation causes different shader behavior #4

Open
benjamind opened this issue Mar 28, 2022 · 0 comments
Open

SPIRV cross compilation causes different shader behavior #4

benjamind opened this issue Mar 28, 2022 · 0 comments

Comments

@benjamind
Copy link

Interesting project!

Unfortunately I've found that unless I set optimize: false then it results in different behavior in one of my shaders (specifically one thats doing transform feedback).

Process works fine once optimize is disabled,but I found that even just disabling the SPIRV optimizer pass with optimizerDebugSkipOptimizer sadly didn't work so I'm assuming its something to do with the cross compilation step.

Do you have any advice for how to debug?

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

No branches or pull requests

1 participant