Recent logs - Error in shader program link during preload: info: %s fs: %s %s vs: %s %s

To see your stuff show here, enable Compatibility Server Reports in PPSSPP.

Click on a version, game, or report message to show similar entries. Hover over version to see platform info, and hover over a game title to see region and version info.

Game title Version Latest Report Message
eFootball Chelito 19 v1.5.3 2024-03-13 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 00000000:00000918 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:0001d022 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2024-02-21 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. fs: 00000000:0000091c LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:0021d022 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.3 2024-02-15 Error in shader program link during preload: info: cannot find a matched output for input v_texcoord fs: 40000000:00000012 Tex TFuncAdd #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00004000:0001d000 UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.3 2024-02-15 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 40000000:00000914 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00004000:00000000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2024-01-03 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. fs: 00000000:0000091c LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00004000:00200022 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2024-01-03 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. fs: 40000000:00000002 Tex TFuncMod #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); fragColor0 = v; } vs: 00000000:00200022 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2024-01-03 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. fs: 40000000:00000914 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00200000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-12-27 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. fs: 40000000:00000012 Tex TFuncAdd #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00004000:0001d022 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.3 2023-12-08 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. fs: 40000000:00000002 Tex TFuncMod #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); fragColor0 = v; } vs: 00000000:0001d022 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
PES 2014 v1.5.3 2023-12-07 Error in shader program link during preload: info: Error: input v_texcoord not declared in output from previous stage. Error: Linking failed. fs: 40000000:00000002 Tex TFuncMod #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); fragColor0 = v; } vs: 00004000:00000022 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
PES 2014 v1.5.3 2023-12-07 Error in shader program link during preload: info: Error: input v_color1 not declared in output from previous stage. Error: Linking failed. fs: 01770000:00000b10 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00000002 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
PES 2014 v1.5.3 2023-12-07 Error in shader program link during preload: info: Error: input v_texcoord not declared in output from previous stage. Error: Linking failed. fs: 00000000:0000001a Tex TFuncUnk #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00004000:00000000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
PES 2014 v1.5.3 2023-12-07 Error in shader program link during preload: info: Error: input v_color1 not declared in output from previous stage. Error: Linking failed. fs: 40000000:00000910 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00000000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
PES 2014 v1.5.3 2023-12-01 Error in shader program link during preload: info: Error: input v_color1 not declared in output from previous stage. Error: Linking failed. fs: 00000000:0000091c LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:0021d022 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
PES 2014 v1.5.3 2023-12-01 Error in shader program link during preload: info: Error: input v_color1 not declared in output from previous stage. Error: Linking failed. fs: 00000000:0000091c LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00004000:00200000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
PES 2014 v1.5.3 2023-11-27 Error in shader program link during preload: info: Error: input v_texcoord not declared in output from previous stage. Error: Linking failed. fs: 00000000:0000000a Tex TFuncBlend #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform vec3 u_texenv; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(mix(p.rgb, u_texenv.rgb, t.rgb), p.a); fragColor0 = v; } vs: 00000000:00200022 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
PES 2014 v1.5.3 2023-11-27 Error in shader program link during preload: info: Error: input v_texcoord not declared in output from previous stage. Error: Linking failed. fs: 40000000:00000002 Tex TFuncMod #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); fragColor0 = v; } vs: 00000000:0001d000 UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-12-21 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. fs: 00000000:0000001a Tex TFuncUnk #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00000000:00000000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-11-28 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. fs: 40000000:00000012 Tex TFuncAdd #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00004000:00200022 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-11-28 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. fs: 00000000:00000918 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00200000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.3 2023-11-15 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. fs: 40000000:00000914 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00200022 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2023 "SNE" v1.5.3 2023-11-11 Error in shader program link during preload: info: cannot find a matched output for input v_texcoord fs: 40000000:00000012 Tex TFuncAdd #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00000000:00000002 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2023 "SNE" v1.5.3 2023-11-11 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 00000000:0000091c LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00004000:00000022 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2023 "SNE" v1.5.3 2023-11-11 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 40000000:00000914 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00200000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-11-10 Error in shader program link during preload: info: Error: input v_color1 not declared in output from previous stage. Error: Linking failed. fs: 00000000:00000918 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00000022 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2022 Danilo Gamer v1.5.3 2023-11-07 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. fs: 40000000:00000002 Tex TFuncMod #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; out vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); fragColor0 = v; } vs: 00000000:0001d022 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
PES 2014 v1.5.3 2023-10-31 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 00000000:0000091c LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00200000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
PES 2014 v1.5.3 2023-10-31 Error in shader program link during preload: info: cannot find a matched output for input v_texcoord fs: 40000000:00000002 Tex TFuncMod #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); fragColor0 = v; } vs: 00000000:00000022 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
PES 2014 v1.5.3 2023-10-31 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 00000000:00000918 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:0001d022 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
PES 2014 v1.5.3 2023-10-31 Error in shader program link during preload: info: cannot find a matched output for input v_texcoord fs: 00000000:0000000a Tex TFuncBlend #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform vec3 u_texenv; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(mix(p.rgb, u_texenv.rgb, t.rgb), p.a); fragColor0 = v; } vs: 00004000:00000002 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
PES 2014 v1.5.3 2023-10-31 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 00000000:00000918 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00000002 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
PES 2014 v1.5.3 2023-10-31 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 00000000:00000918 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00004000:00000000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.3 2023-09-25 Error in shader program link during preload: info: Error: input v_color1 not declared in output from previous stage. Error: Linking failed. fs: 00000000:00000918 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00004000:00000022 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.3 2023-09-19 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. fs: 40000000:00000914 LM #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; out vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:0021d022 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
BOMBA PATCH GEOMATRIX v1.5.3 2023-09-06 Error in shader program link during preload: info: Error: input v_texcoord not declared in output from previous stage. Error: Linking failed. fs: 40000000:0000001a Tex TFuncUnk #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00004000:00000022 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
BOMBA PATCH GEOMATRIX v1.5.3 2023-09-05 Error in shader program link during preload: info: Error: input v_color1 not declared in output from previous stage. Error: Linking failed. fs: 00000000:00000918 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00004000:00000022 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
BOMBA PATCH GEOMATRIX v1.5.3 2023-09-02 Error in shader program link during preload: info: Error: input v_texcoord not declared in output from previous stage. Error: Linking failed. fs: 40000000:00000012 Tex TFuncAdd #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00004000:00000002 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
BOMBA PATCH GEOMATRIX v1.5.3 2023-09-06 Error in shader program link during preload: info: Error: input v_texcoord not declared in output from previous stage. Error: Linking failed. fs: 00000000:0000001a Tex TFuncUnk #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00004000:00000002 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
BOMBA PATCH GEOMATRIX v1.5.3 2023-09-02 Error in shader program link during preload: info: Error: input v_texcoord not declared in output from previous stage. Error: Linking failed. fs: 00000000:0000000a Tex TFuncBlend #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform vec3 u_texenv; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(mix(p.rgb, u_texenv.rgb, t.rgb), p.a); fragColor0 = v; } vs: 00000000:00000002 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
BOMBA PATCH GEOMATRIX v1.5.3 2023-08-28 Error in shader program link during preload: info: Error: input v_texcoord not declared in output from previous stage. Error: Linking failed. fs: 40000000:00000012 Tex TFuncAdd #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00000000:0001d000 UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball PES 2021 Libertadores T. Bendezu v1.5.3 2023-08-14 Error in shader program link during preload: info: cannot find a matched output for input v_texcoord fs: 40000000:00000012 Tex TFuncAdd #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00004000:0001d002 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 Libertadores T. Bendezu v1.5.3 2023-08-14 Error in shader program link during preload: info: cannot find a matched output for input v_texcoord fs: 40000000:00000012 Tex TFuncAdd #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00000000:00000002 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
Pro Evolution Soccer 2013 v1.5.3 2023-08-07 Error in shader program link during preload: info: Error: input v_texcoord not declared in output from previous stage. Error: Linking failed. fs: 40000000:00000002 Tex TFuncMod #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); fragColor0 = v; } vs: 00000000:0001d000 UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.3 2023-07-14 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 40000000:00000914 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00200000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.3 2023-07-14 Error in shader program link during preload: info: cannot find a matched output for input v_texcoord fs: 00000000:0000001a Tex TFuncUnk #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00000000:00000000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.3 2023-07-14 Error in shader program link during preload: info: cannot find a matched output for input v_texcoord fs: 40000000:00000012 Tex TFuncAdd #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00000000:00000002 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.3 2023-07-14 Error in shader program link during preload: info: cannot find a matched output for input v_texcoord fs: 40000000:00000012 Tex TFuncAdd #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00004000:0001d002 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.3 2023-07-14 Error in shader program link during preload: info: cannot find a matched output for input v_texcoord fs: 40000000:00000002 Tex TFuncMod #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); fragColor0 = v; } vs: 00004000:00200022 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.3 2023-07-09 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 40000000:00000914 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:0021d002 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-07-08 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. fs: 00000000:00000918 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00004000:00200000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
PES 2014 v1.5.3 2023-07-06 Error in shader program link during preload: info: cannot find a matched output for input v_texcoord fs: 00000000:0000000a Tex TFuncBlend #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform vec3 u_texenv; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(mix(p.rgb, u_texenv.rgb, t.rgb), p.a); fragColor0 = v; } vs: 00004000:0001d000 UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
PES 2014 v1.5.3 2023-07-06 Error in shader program link during preload: info: cannot find a matched output for input v_texcoord fs: 40000000:00000002 Tex TFuncMod #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); fragColor0 = v; } vs: 00004000:00000000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball PES 2020 "C19" v1.5.3 2023-07-04 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. fs: 40000000:00000012 Tex TFuncAdd #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; out vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00000000:0001d022 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.3 2023-06-24 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. fs: 40000000:00000012 Tex TFuncAdd #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; out vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00000000:00000002 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-06-22 Error in shader program link during preload: info: Error: input v_texcoord not declared in output from previous stage. Error: Linking failed. fs: 40000000:00000002 Tex TFuncMod #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); fragColor0 = v; } vs: 00000000:0021d022 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-06-19 Error in shader program link during preload: info: cannot find a matched output for input v_texcoord fs: 00000000:0000000a Tex TFuncBlend #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform vec3 u_texenv; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(mix(p.rgb, u_texenv.rgb, t.rgb), p.a); fragColor0 = v; } vs: 00004000:00000002 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-06-19 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 40000000:00000910 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00004000:00200000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-06-19 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 40000000:00000914 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:0001d022 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-06-17 Error in shader program link during preload: info: Error: input v_texcoord not declared in output from previous stage. Error: Linking failed. fs: 00000000:0000000a Tex TFuncBlend #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; uniform vec3 u_texenv; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(mix(p.rgb, u_texenv.rgb, t.rgb), p.a); fragColor0 = v; } vs: 00004000:00000022 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-06-19 Error in shader program link during preload: info: cannot find a matched output for input v_texcoord fs: 00000000:0000001a Tex TFuncUnk #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00004000:0001d002 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-06-13 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 00000000:00000918 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:0001d000 UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
FIFA STREET 2 v1.5.3 2023-05-20 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. fs: 01730000:00000b18 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00000000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
FIFA STREET 2 v1.5.3 2023-05-20 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. fs: 00000000:00000918 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:0000d000 TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2024-01-03 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. fs: 40000000:00000012 Tex TFuncAdd #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00000000:00000002 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-11-28 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. fs: 00000000:00000918 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:0001d022 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2024-01-03 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. fs: 00000000:0000001a Tex TFuncUnk #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00004000:0001d002 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-11-28 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. fs: 00000000:00000918 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00000002 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-05-14 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. fs: 40000000:00000914 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:0001d022 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2024-01-03 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. fs: 40000000:00000012 Tex TFuncAdd #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00004000:00200000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-05-07 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 40000000:00000910 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00000000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-05-07 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 00000000:0000091c LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00200000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-05-01 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 00000000:0000091c LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00004000:00000022 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-05-01 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 40000000:00000910 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00000022 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-05-01 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 00000000:00000918 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:0001d002 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
Grand Theft Auto: Vice City Stories v1.5.3 2023-04-07 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. fs: 00000000:00000914 LM #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; out vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:0000d002 THR TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
Grand Theft Auto: Vice City Stories v1.5.3 2023-04-07 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. fs: 00000000:0000001a Tex TFuncUnk #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; out vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00000000:0000d000 TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
FIFA 22 By Tutoriales Bendezu v1.5.3 2023-03-21 Error in shader program link during preload: info: L0008 Varying 'v_color1' not found in vertex shader fs: 00000000:0000091c LM #version 100 precision lowp float; varying vec4 v_color0; varying vec3 v_color1; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; gl_FragColor = v; } vs: 00004000:0001d022 THR UVMtx TessC TessRevN #version 100 precision highp float; attribute vec4 position; attribute lowp vec4 color0; uniform mat4 u_proj_through; varying lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
OJR EDIÇÕES 2020 v1.5.3 2023-03-22 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 01770000:00000b14 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00200002 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
OJR EDIÇÕES 2020 v1.5.3 2023-03-20 Error in shader program link during preload: info: cannot find a matched output for input v_texcoord fs: 00000000:0000001a Tex TFuncUnk #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00000000:00000000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.3 2023-03-17 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. fs: 40000000:00000002 Tex TFuncMod #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(t.rgb * p.rgb, p.a); fragColor0 = v; } vs: 00000000:0001d002 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.3 2023-03-17 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. fs: 00000000:0000091c LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00200002 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.3 2023-03-17 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader. fs: 00000000:0000091c LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:0021d002 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 Libertadores T. Bendezu v1.5.3 2023-03-05 Error in shader program link during preload: info: Error: input v_color1 not declared in output from previous stage. Error: Linking failed. fs: 00000000:0000091c LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:0021d022 THR UVMtx TessC TessRevN #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
eFootball PES 2021 By GABRIEL v1.5.3 2023-06-19 Error in shader program link during preload: info: cannot find a matched output for input v_texcoord fs: 00000000:0000001a Tex TFuncUnk #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in highp vec3 v_texcoord; inout vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00000000:00000000 #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj * vec4(position.xyz, 1.0); }
eFootball Chelito 19 v1.5.3 2023-02-27 Error in shader program link during preload: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader. fs: 40000000:00000012 Tex TFuncAdd #version 300 es #extension GL_ARM_shader_framebuffer_fetch : require precision lowp float; uniform sampler2D tex; in vec4 v_color0; in mediump vec3 v_texcoord; out vec4 fragColor0; void main() { vec4 t = texture(tex, v_texcoord.xy); vec4 p = v_color0; vec4 v = vec4(p.rgb + t.rgb, p.a); fragColor0 = v; } vs: 00000000:00000002 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
Midnight Club 3: DUB Edition v1.5.3 2023-02-27 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 00000000:00000918 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00000002 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
Midnight Club 3: DUB Edition v1.5.3 2023-02-27 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 00000000:00000b10 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00000002 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }
Midnight Club 3: DUB Edition v1.5.3 2023-02-27 Error in shader program link during preload: info: cannot find a matched output for input v_color1 fs: 01370000:00000b14 LM #version 300 es #extension GL_EXT_shader_framebuffer_fetch : require precision lowp float; in vec4 v_color0; in vec3 v_color1; inout vec4 fragColor0; void main() { vec4 s = vec4(v_color1, 0.0); vec4 v = v_color0 + s; fragColor0 = v; } vs: 00000000:00000002 THR #version 300 es precision highp float; in vec4 position; in lowp vec4 color0; uniform mat4 u_proj_through; out lowp vec4 v_color0; void main() { v_color0 = color0; gl_Position = u_proj_through * vec4(position.xyz, 1.0); }