xref: /aosp_15_r20/external/skia/tests/sksl/errors/PixelFormatMismatch.glsl (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1### Compilation failed:
2
3error: 13: expected argument of type 'layout (rgba32f) writeonlyTexture2D'
4    takes_rgba32f(r32fTex);
5                  ^^^^^^^
6error: 14: expected argument of type 'layout (rgba32f) writeonlyTexture2D'
7    takes_rgba32f(rgba8Tex);
8                  ^^^^^^^^
9error: 16: expected argument of type 'layout (r32f) writeonlyTexture2D'
10    takes_r32f(rgba32fTex);
11               ^^^^^^^^^^
12error: 18: expected argument of type 'layout (r32f) writeonlyTexture2D'
13    takes_r32f(rgba8Tex);
14               ^^^^^^^^
15error: 20: expected argument of type 'layout (rgba8) writeonlyTexture2D'
16    takes_rgba8(rgba32fTex);
17                ^^^^^^^^^^
18error: 21: expected argument of type 'layout (rgba8) writeonlyTexture2D'
19    takes_rgba8(r32fTex);
20                ^^^^^^^
216 errors
22