doesn't handle fn(keyword structname arg) {}
Opened this issue · 0 comments
AndrewRayCode commented
(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