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
e.g. a like like ; invalid-comment will trigger the warning source/vshader.vsh:15: warning: Unknown instruction format, treating like EOF: " and then abort parsing. Instead, this should be considered an error.
The text was updated successfully, but these errors were encountered:
This change seems simple (std::cerr output -> throw), but could you elaborate on the behavior caused by Windows EOF? I don't have a Windows machine, so I can't extensively explore this.
e.g. a like like
; invalid-comment
will trigger the warningsource/vshader.vsh:15: warning: Unknown instruction format, treating like EOF: "
and then abort parsing. Instead, this should be considered an error.The text was updated successfully, but these errors were encountered: