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

The code analysis was flawed #5

Open
quarksb opened this issue Nov 23, 2021 · 0 comments
Open

The code analysis was flawed #5

quarksb opened this issue Nov 23, 2021 · 0 comments

Comments

@quarksb
Copy link

quarksb commented Nov 23, 2021

the following vert shader shuld be ok
attribute vec2 position; void main() { gl_Position = vec4(position, 0, 1); }
while analysis show "
[Error [SyntaxError]: Expected "(" or whitespace but "v" found.] {
line: 1,
column: 11
}
"

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

1 participant