glslprep.js
glslprep.js copied to clipboard
The code analysis was flawed
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
}
"