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

Array not parsed correctly #4

Closed
mikecao opened this issue Aug 29, 2016 · 1 comment
Closed

Array not parsed correctly #4

mikecao opened this issue Aug 29, 2016 · 1 comment
Assignees

Comments

@mikecao
Copy link

mikecao commented Aug 29, 2016

I have the following code:

const int NUM_SAMPLES = 16;
vec2 values[NUM_SAMPLES];

After deparsing it looks like this:

const int NUM_SAMPLES = 16;
vec2 values;
@lammas lammas self-assigned this Aug 29, 2016
@lammas lammas closed this as completed in 5d75c7e Aug 29, 2016
lammas added a commit that referenced this issue Aug 29, 2016
@lammas
Copy link
Owner

lammas commented Aug 29, 2016

Should be fixed in 1.0.8.

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

2 participants