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
Parse error: Error in bufferblock.glsl: Ln: 2 Col: 8
buffer bufblock {
^
Expecting: Type qualifier, ';' or 'layout'
The first line of the buffer block is reported, making it harder to find the real problem in a block definition several lines long.
This is a more serious problem when it's encountered on valid GLSL that Minifier does not parse correctly.
The text was updated successfully, but these errors were encountered:
This does not affect minification, but is a minor inconvenience when encountering minifier bugs.
Given an unparseable input:
The first line of the buffer block is reported, making it harder to find the real problem in a block definition several lines long.
This is a more serious problem when it's encountered on valid GLSL that Minifier does not parse correctly.
The text was updated successfully, but these errors were encountered: