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 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
}
"
The text was updated successfully, but these errors were encountered:
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
}
"
The text was updated successfully, but these errors were encountered: