We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(Erroneously first posted in glslify/glsl-token-descope#3)
struct IncidentLight {};vec3 BRDF_Specular_GGX( const in IncidentLight incidentLight ) {;}
The second IncidentLight is not descoped
IncidentLight
The text was updated successfully, but these errors were encountered:
Don't mark funciton argument struct names as declarations
e447e3a
Fixes - Issue glslify#3 - glslify/glsl-token-descope#3 - https://github.com/stackgl/glsl-parser/issues/24<Paste>
No branches or pull requests
(Erroneously first posted in glslify/glsl-token-descope#3)
The second
IncidentLight
is not descopedThe text was updated successfully, but these errors were encountered: