-
Notifications
You must be signed in to change notification settings - Fork 15
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
struct and array support? #12
Comments
I am seeing some issues with structs, and would be interested to hear about support for them. For instance, this parses:
And this parses:
But this throws
|
|
I was chatting with @unconed about using glsl-parser to handle the new structs and arrays that I using in a refactor of ThreeJS's lighting BRDFs. He said it wasn't supported by glsl-parser. Is that the case?
The text was updated successfully, but these errors were encountered: