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

Merging of top level variable declarations #7

Open
Shinmera opened this issue Aug 6, 2019 · 0 comments
Open

Merging of top level variable declarations #7

Shinmera opened this issue Aug 6, 2019 · 0 comments
Labels

Comments

@Shinmera
Copy link
Member

Shinmera commented Aug 6, 2019

Currently the following two:

in vec3 foo;
layout (location = 0) in vec3 foo;

are not merged, or considered an error, despite designating the "same thing". The merge does not happen even if an empty layout qualifier is given.

@Shinmera Shinmera added the bug label Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant