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

[Enhancement] Use GLSLangValidator to validate OpenGL Shaders #97

Open
thargy opened this issue Jun 8, 2019 · 0 comments
Open

[Enhancement] Use GLSLangValidator to validate OpenGL Shaders #97

thargy opened this issue Jun 8, 2019 · 0 comments

Comments

@thargy
Copy link
Contributor

thargy commented Jun 8, 2019

Currently ShaderGen.App only uses glslangvalidator to compile Vulkan. It would be nice to have the option to use it to validate the OpenGL ES and 330 too.

We could do this by extending #93 to include a new option:

V | Validate Validates OpenGLES And OpenGL330 shaders, and in the case of OpenGL450 it only validates and doesn't compile spirv, just outputting the shader code. For other backends is the same as R except does not compile (so requires the output of uncompiled shader).

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