glslprep.js icon indicating copy to clipboard operation
glslprep.js copied to clipboard

The code analysis was flawed

Open quarksb opened this issue 3 years ago • 0 comments

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 } "

quarksb avatar Nov 23 '21 17:11 quarksb