You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hlsl parser fails to parse type names when they are prefixed by a namespace, for example Test::TestS ts; will fail, but TestS ts; will parse (improperly).
The following code reproduces the issue with the command line:
The hlsl parser fails to parse type names when they are prefixed by a namespace, for example
Test::TestS ts;
will fail, butTestS ts;
will parse (improperly).The following code reproduces the issue with the command line:
Note: glslc version tested:
The text was updated successfully, but these errors were encountered: