skia2/tests/sksl/errors/UnsupportedGLSLIdentifiers.glsl
John Stiles c7c49f5656 Mark symbols starting with gl_ as reserved words.
Change-Id: I01d82447658c7acc5fe9eb230eb7020b49fa6c4f
Bug: skia:12498
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/466447
Commit-Queue: John Stiles <johnstiles@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2021-11-01 22:43:44 +00:00

8 lines
210 B
GLSL

### Compilation failed:
error: 1: 'gl_FragCoord' is a reserved word
error: 1: unknown identifier 'gl_FragCoord'
error: 2: 'gl_FragColor' is a reserved word
error: 2: unknown identifier 'gl_FragColor'
4 errors