xref: /aosp_15_r20/external/skia/tests/sksl/errors/PixelFormatMissing.glsl (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1### Compilation failed:
2
3error: 5: storage texture parameters must specify a pixel format layout-qualifier
4void takes_any_pixel_format(readonly  texture2D tex) {}
5                            ^^^^^^^^^^^^^^^^^^^^^^^
6error: 6: storage texture parameters must specify a pixel format layout-qualifier
7void takes_any_pixel_format(writeonly texture2D tex) {}
8                            ^^^^^^^^^^^^^^^^^^^^^^^
92 errors
10