2021-11-16 15:15:36 +00:00
|
|
|
SKIP: FAILED
|
|
|
|
|
|
|
|
#version 310 es
|
|
|
|
precision mediump float;
|
|
|
|
|
2022-01-24 17:17:22 +00:00
|
|
|
uniform highp sampler2D arg_0_arg_1;
|
2021-11-16 15:15:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
void textureSampleCompare_25fcd1() {
|
2022-01-24 17:17:22 +00:00
|
|
|
float res = textureOffset(arg_0_arg_1, vec2(0.0f, 0.0f), 1.0f, ivec2(0, 0));
|
2021-11-16 15:15:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void fragment_main() {
|
|
|
|
textureSampleCompare_25fcd1();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
void main() {
|
|
|
|
fragment_main();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
Error parsing GLSL shader:
|
2021-12-21 16:53:36 +00:00
|
|
|
ERROR: 0:8: 'textureOffset' : no matching overloaded function found
|
2021-11-16 15:15:36 +00:00
|
|
|
ERROR: 0:8: '' : compilation terminated
|
|
|
|
ERROR: 2 compilation errors. No code generated.
|
|
|
|
|
|
|
|
|
|
|
|
|