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 |
真・三國無雙 2nd Evolution |
v1.4.2-425-g7a7ccee5e |
2024-10-27 |
Error in shader program link: info: The fragment shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
uniform sampler2D tex;
uniform vec3 u_texenv;
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(mix(p.rgb, u_texenv.rgb, t.rgb), p.a);
fragColor0 = v;
}
/ vs: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
真・三國無雙 2nd Evolution |
v1.4.2-425-g7a7ccee5e |
2024-10-25 |
Error in shader program link: info: The fragment shader uses varying v_color1, but previous shader does not write to it.
Type mismatch: Type of v_color0 different between shaders.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
flat in vec4 v_color0;
flat in vec3 v_color1;
out vec4 fragColor0;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 v = v_color0 + s;
fragColor0 = v;
}
/ vs: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
真・三國無雙 2nd Evolution |
v1.4.2-425-g7a7ccee5e |
2024-10-27 |
Error in shader program link: info: The fragment shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
三國志Ⅷ |
v1.4.2-425-g7a7ccee5e |
2024-10-17 |
Error in shader program link: info: The fragment shader uses varying v_texcoord, but previous shader does not write to it.
/ fs: #version 330
#define lowp
#define mediump
#define highp
uniform sampler2D tex;
uniform vec3 u_texenv;
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(mix(p.rgb, u_texenv.rgb, t.rgb), p.a);
fragColor0 = v;
}
/ vs: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
機動戦士ガンダム ギレンの野望 ジオンの系譜 |
v1.4.2-425-g7a7ccee5e |
2024-08-11 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
機動戦士ガンダム ギレンの野望 ジオンの系譜 |
v1.4.2-425-g7a7ccee5e |
2024-08-01 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
機動戦士ガンダム ギレンの野望 ジオンの系譜 |
v1.4.2-425-g7a7ccee5e |
2024-08-02 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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.2 |
2024-07-29 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader.
/ fs: #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: #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.2 |
2024-07-28 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader.
/ fs: #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: #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.1 |
2024-07-23 |
Error in shader program link: info: cannot find a matched output for input v_texcoord
/ fs: #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: #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);
}
|
AKB1/48 アイドルとグアムで恋したら… |
v1.4.2-425-g7a7ccee5e |
2024-07-09 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
uniform sampler2D tex;
uniform vec3 u_texenv;
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(mix(p.rgb, u_texenv.rgb, t.rgb), p.a);
fragColor0 = v;
}
/ vs: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
AKB1/48 アイドルとグアムで恋したら… |
v1.4.2-425-g7a7ccee5e |
2024-07-09 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
AKB1/48 アイドルとグアムで恋したら… |
v1.4.2-425-g7a7ccee5e |
2024-07-08 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
uniform sampler2D tex;
uniform vec3 u_texenv;
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(mix(p.rgb, u_texenv.rgb, t.rgb), p.a);
fragColor0 = v;
}
/ vs: #version 330
#define lowp
#define mediump
#define highp
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.2 |
2024-07-04 |
Error in shader program link: info: cannot find a matched output for input v_color1
/ fs: #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: #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.2 |
2024-07-04 |
Error in shader program link: info: cannot find a matched output for input v_color1
/ fs: #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: #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);
}
|
Пираты Карибского моря: На краю света |
v1.5.2 |
2024-06-06 |
Error in shader program link: info: Error: input v_color1 not declared in output from previous stage.
Error: Linking failed. / fs: #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: #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.2 |
2024-05-29 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader.
/ fs: #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: #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.2 |
2024-05-28 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader.
/ fs: #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: #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);
}
|
FINAL FANTASY 零式 ディスク2 |
v1.4.2-425-g7a7ccee5e |
2024-05-12 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
FINAL FANTASY 零式 ディスク2 |
v1.4.2-425-g7a7ccee5e |
2024-05-12 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
uniform sampler2D tex;
uniform vec3 u_texenv;
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(mix(p.rgb, u_texenv.rgb, t.rgb), p.a);
fragColor0 = v;
}
/ vs: #version 330
#define lowp
#define mediump
#define highp
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.2 |
2024-07-28 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader.
/ fs: #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: #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.2 |
2024-11-06 |
Error in shader program link: info: cannot find a matched output for input v_texcoord
/ fs: #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: #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);
}
|
SIMPLE2500シリーズPortable!! Vol.9 THE マイ・タクシー! |
v1.4.2-425-g7a7ccee5e |
2024-04-06 |
Error in shader program link: info: The shader uses varying v_color1, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
SIMPLE2500シリーズPortable!! Vol.9 THE マイ・タクシー! |
v1.4.2-425-g7a7ccee5e |
2024-04-06 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
FINAL FANTASY 零式 ディスク2 |
v1.4.2-425-g7a7ccee5e |
2024-02-22 |
Error in shader program link: info: The shader uses varying v_color1, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
uniform sampler2D testtex;
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;
vec4 vScale256 = v * 0.996094 + 0.001953;
float rResult = texture(testtex, vec2(vScale256.r, 0)).r;
float gResult = texture(testtex, vec2(vScale256.g, 0)).g;
float bResult = texture(testtex, vec2(vScale256.b, 0)).b;
if (rResult < 0.5 && gResult < 0.5 && bResult < 0.5) discard;
fragColor0 = v;
}
/ vs: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
FINAL FANTASY 零式 ディスク2 |
v1.4.2-425-g7a7ccee5e |
2024-05-12 |
Error in shader program link: info: The shader uses varying v_color1, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
FINAL FANTASY 零式 ディスク2 |
v1.4.2-425-g7a7ccee5e |
2024-05-12 |
Error in shader program link: info: The shader uses varying v_color1, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
FINAL FANTASY 零式 ディスク2 |
v1.4.2-425-g7a7ccee5e |
2024-05-12 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
RIDGE RACER 2 |
v1.4.2-425-g7a7ccee5e |
2024-01-26 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
uniform sampler2D tex;
uniform vec3 u_texenv;
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(mix(p.rgb, u_texenv.rgb, t.rgb), p.a);
fragColor0 = v;
}
/ vs: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
RIDGE RACER 2 |
v1.4.2-425-g7a7ccee5e |
2024-05-20 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
NBA2K13 |
v1.4.2-425-g7a7ccee5e |
2024-01-29 |
Error in shader program link: info: The fragment shader uses varying v_color1, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
NBA2K13 |
v1.4.2-425-g7a7ccee5e |
2024-01-29 |
Error in shader program link: info: The fragment shader uses varying v_color1, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj;
uniform highp vec4 u_depthRange;
out lowp vec4 v_color0;
vec4 depthRoundZVP(vec4 v) {
float z = v.z / v.w;
z = z * u_depthRange.x + u_depthRange.y;
z = floor(z);
z = (z - u_depthRange.z) * u_depthRange.w;
return vec4(v.x, v.y, z * v.w, v.w);
}
void main() {
v_color0 = color0;
gl_Position = depthRoundZVP(u_proj * vec4(position.xyz, 1.0));
}
|
eFootball Chelito 19 |
v1.5.2 |
2024-01-13 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader.
/ fs: #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: #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.2 |
2024-01-13 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader.
/ fs: #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: #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.2 |
2023-12-18 |
Error in shader program link: info: L0007 Varying 'v_texcoord' not found in vertex shader
/ fs: #version 100
precision lowp float;
uniform sampler2D tex;
varying vec4 v_color0;
varying mediump vec3 v_texcoord;
void main() {
vec4 t = texture2D(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = vec4(t.rgb * p.rgb, p.a);
gl_FragColor = v;
}
/ vs: #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);
}
|
eFootball Chelito 19 |
v1.5.2 |
2023-12-18 |
Error in shader program link: info: L0007 Varying 'v_color1' not found in vertex shader
/ fs: #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: #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);
}
|
From Russia With Love™ |
v1.4.2-425-g7a7ccee5e |
2023-12-15 |
Error in shader program link: info: The fragment shader uses varying v_color1, but previous shader does not write to it.
/ fs: #version 130
#define lowp
#define mediump
#define highp
varying vec4 v_color0;
varying vec3 v_color1;
out vec4 fragColor0;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 v = v_color0 + s;
fragColor0 = v;
}
/ vs: #version 130
#define lowp
#define mediump
#define highp
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);
}
|
From Russia With Love™ |
v1.4.2-425-g7a7ccee5e |
2023-12-15 |
Error in shader program link: info: The fragment shader uses varying v_texcoord, but previous shader does not write to it.
/ fs: #version 130
#define lowp
#define mediump
#define highp
uniform sampler2D tex;
varying vec4 v_color0;
varying mediump vec3 v_texcoord;
out vec4 fragColor0;
void main() {
vec4 t = texture2D(tex, v_texcoord.xy);
vec4 p = v_color0;
vec4 v = vec4(p.rgb + t.rgb, p.a);
fragColor0 = v;
}
/ vs: #version 130
#define lowp
#define mediump
#define highp
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);
}
|
From Russia With Love™ |
v1.4.2-425-g7a7ccee5e |
2023-12-15 |
Error in shader program link: info: The fragment shader uses varying v_color1, but previous shader does not write to it.
/ fs: #version 130
#define lowp
#define mediump
#define highp
varying vec4 v_color0;
varying vec3 v_color1;
out vec4 fragColor0;
void main() {
vec4 s = vec4(v_color1, 0.0);
vec4 v = v_color0 + s;
v.a = v.a * 2.0;
fragColor0 = v;
}
/ vs: #version 130
#define lowp
#define mediump
#define highp
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);
}
|
eFootball Chelito 19 |
v1.5.2 |
2024-10-26 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader.
/ fs: #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: #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.2 |
2024-11-13 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader.
/ fs: #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: #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.2 |
2024-10-01 |
Error in shader program link: info: cannot find a matched output for input v_color1
/ fs: #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: #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.2 |
2023-12-08 |
Error in shader program link: info: cannot find a matched output for input v_texcoord
/ fs: #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: #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.2 |
2024-05-23 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader.
/ fs: #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: #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.2 |
2023-12-05 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader.
/ fs: #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: #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.2 |
2024-03-21 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader.
/ fs: #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: #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.2 |
2024-09-02 |
Error in shader program link: info: cannot find a matched output for input v_texcoord
/ fs: #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: #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.2 |
2024-07-23 |
Error in shader program link: info: cannot find a matched output for input v_texcoord
/ fs: #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: #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.2 |
2024-07-23 |
Error in shader program link: info: cannot find a matched output for input v_texcoord
/ fs: #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: #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.2 |
2024-03-23 |
Error in shader program link: info: cannot find a matched output for input v_color1
/ fs: #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: #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);
}
|
ナルティメットインパクト |
v1.4.2-425-g7a7ccee5e |
2023-11-26 |
Error in shader program link: info: The fragment shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
ナルティメットインパクト |
v1.4.2-425-g7a7ccee5e |
2023-12-11 |
Error in shader program link: info: The fragment shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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.2 |
2024-06-19 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader.
/ fs: #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: #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.2 |
2024-07-27 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader.
/ fs: #version 300 es
#extension GL_ARM_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
uniform vec3 u_texenv;
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(mix(p.rgb, u_texenv.rgb, t.rgb), p.a);
fragColor0 = v;
}
/ vs: #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.2 |
2024-06-24 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader.
/ fs: #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: #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);
}
|
BLEACH HEAT・THE・SOUL 6 |
v1.4.2-425-g7a7ccee5e |
2024-04-19 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
BLEACH HEAT・THE・SOUL 6 |
v1.4.2-425-g7a7ccee5e |
2023-11-17 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
uniform sampler2D tex;
uniform vec3 u_texenv;
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(mix(p.rgb, u_texenv.rgb, t.rgb), p.a);
fragColor0 = v;
}
/ vs: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
BLEACH HEAT・THE・SOUL 6 |
v1.4.2-425-g7a7ccee5e |
2024-04-26 |
Error in shader program link: info: The shader uses varying v_color1, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
DIABOLIK LOVERS |
v1.4.2-425-g7a7ccee5e |
2023-10-20 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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.2 |
2024-11-13 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader.
/ fs: #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: #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.2 |
2024-11-13 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader.
/ fs: #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: #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);
}
|
GTA: Liberty City Stories |
v1.5.2 |
2023-10-09 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader.
/ fs: #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: #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);
}
|
GTA: Liberty City Stories |
v1.5.2 |
2023-10-09 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader.
/ fs: #version 300 es
#extension GL_ARM_shader_framebuffer_fetch : require
precision lowp float;
uniform sampler2D tex;
uniform vec3 u_texenv;
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(mix(p.rgb, u_texenv.rgb, t.rgb), p.a);
fragColor0 = v;
}
/ vs: #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);
}
|
TEKKEN 6 |
v1.4.2-471-g206643b26 |
2024-08-16 |
Error in shader program link: info: Error: input v_texcoord not declared in output from previous stage.
Error: Linking failed. / fs: #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: #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);
}
|
NBA2K13 |
v1.4.2-425-g7a7ccee5e |
2023-09-19 |
Error in shader program link: info: The shader uses varying v_color1, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj;
uniform highp vec4 u_depthRange;
out lowp vec4 v_color0;
vec4 depthRoundZVP(vec4 v) {
float z = v.z / v.w;
z = z * u_depthRange.x + u_depthRange.y;
z = floor(z);
z = (z - u_depthRange.z) * u_depthRange.w;
return vec4(v.x, v.y, z * v.w, v.w);
}
void main() {
v_color0 = color0;
gl_Position = depthRoundZVP(u_proj * vec4(position.xyz, 1.0));
}
|
eFootball Chelito 19 |
v1.5.2 |
2023-07-25 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader.
/ fs: #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: #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);
}
|
Ys -THE ARK OF NAPISHTIM- SPECIAL VERSION |
v1.4.2-425-g7a7ccee5e |
2023-07-23 |
Error in shader program link: info: The fragment shader uses varying v_color1, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
FIFA STREET 2 |
v1.5.2 |
2023-10-02 |
Error in shader program link: info: cannot find a matched output for input v_color1
/ fs: #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: #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);
}
|
FIFA STREET 2 |
v1.5.2 |
2023-07-19 |
Error in shader program link: info: cannot find a matched output for input v_color1
/ fs: #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: #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);
}
|
スーパーロボット大戦A PORTABLE |
v1.4.2-425-g7a7ccee5e |
2023-07-27 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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.2 |
2023-06-25 |
Error in shader program link: info: cannot find a matched output for input v_texcoord
/ fs: #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: #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.2 |
2023-06-25 |
Error in shader program link: info: cannot find a matched output for input v_texcoord
/ fs: #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: #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.2 |
2023-06-24 |
Error in shader program link: info: cannot find a matched output for input v_texcoord
/ fs: #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: #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);
}
|
The Warriors |
v1.4.2-425-g7a7ccee5e |
2023-06-24 |
Error in shader program link: info: Vertex shader(s) failed to link, fragment shader(s) failed to link.
Vertex link error: INVALID_OPERATION.
ERROR: error(#274) v_color0 interpolate modes do not match between two stages
fragment link error: INVALID_OPERATION.
ERROR: error(#274) v_color0 interpolate modes do not match between two stages
/ fs: #version 330
#define lowp
#define mediump
#define highp
flat in vec4 v_color0;
flat in vec3 v_color1;
out vec4 fragColor0;
void main() {
vec4 v = v_color0;
fragColor0 = v;
}
/ vs: #version 330
#define lowp
#define mediump
#define highp
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.2 |
2024-11-06 |
Error in shader program link: info: cannot find a matched output for input v_color1
/ fs: #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: #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.2 |
2024-04-07 |
Error in shader program link: info: cannot find a matched output for input v_color1
/ fs: #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: #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);
}
|
コープスパーティー ブラッドカバー リピーティッドフィアー |
v1.4.2-425-g7a7ccee5e |
2023-06-07 |
Error in shader program link: info: The fragment shader uses varying v_texcoord, but previous shader does not write to it.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
コープスパーティー ブラッドカバー リピーティッドフィアー |
v1.4.2-425-g7a7ccee5e |
2023-06-07 |
Error in shader program link: info: The fragment shader uses varying v_texcoord, but previous shader does not write to it.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
機動戦士ガンダム ギレンの野望 |
v1.4.2-425-g7a7ccee5e |
2024-07-23 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
機動戦士ガンダム ギレンの野望 |
v1.4.2-425-g7a7ccee5e |
2023-06-10 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
NARUTO: Ultimate Ninja Heroes |
v1.5.1 |
2023-06-01 |
Error in shader program link: info: --From Vertex Shader:
Error: Varying v_color1 read in fragment shader, but not written to in vertex shader.
--From Fragment Shader:
Error: Varying v_color1 read in fragment shader, but not written to in vertex shader.
/ fs: #version 300 es
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: #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);
}
|
機動戦士ガンダム ギレンの野望 |
v1.4.2-425-g7a7ccee5e |
2023-06-09 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
uniform sampler2D tex;
uniform vec3 u_texenv;
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(mix(p.rgb, u_texenv.rgb, t.rgb), p.a);
fragColor0 = v;
}
/ vs: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
スーパーダンガンロンパ2 さよなら絶望学園 |
v1.4.2-425-g7a7ccee5e |
2023-06-01 |
Error in shader program link: info: The fragment shader uses varying v_color1, but previous shader does not write to it.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
スーパーダンガンロンパ2 さよなら絶望学園 |
v1.4.2-425-g7a7ccee5e |
2023-06-01 |
Error in shader program link: info: The fragment shader uses varying v_color1, but previous shader does not write to it.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
コープスパーティー ブラッドカバー リピーティッドフィアー |
v1.4.2-425-g7a7ccee5e |
2023-06-07 |
Error in shader program link: info: The fragment shader uses varying v_texcoord, but previous shader does not write to it.
/ fs: #version 330
#define lowp
#define mediump
#define highp
uniform sampler2D tex;
uniform vec3 u_texenv;
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(mix(p.rgb, u_texenv.rgb, t.rgb), p.a);
fragColor0 = v;
}
/ vs: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
FIFA 22 By Tutoriales Bendezu |
v1.5.1 |
2023-05-25 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_color1 that has not been declared in the vertex shader.
/ fs: #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: #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);
}
|
FIFA 22 By Tutoriales Bendezu |
v1.5.1 |
2023-05-25 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader.
/ fs: #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: #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);
}
|
スーパーダンガンロンパ2 さよなら絶望学園 |
v1.4.2-425-g7a7ccee5e |
2024-10-03 |
Error in shader program link: info: The shader uses varying v_color1, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
スーパーダンガンロンパ2 さよなら絶望学園 |
v1.4.2-425-g7a7ccee5e |
2023-05-24 |
Error in shader program link: info: The shader uses varying v_color1, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
NBA2K13 |
v1.4.2-425-g7a7ccee5e |
2023-11-30 |
Error in shader program link: info: The shader uses varying v_color1, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
機動戦士ガンダム ギレンの野望 |
v1.4.2-425-g7a7ccee5e |
2024-07-23 |
Error in shader program link: info: The shader uses varying v_texcoord, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
uniform sampler2D tex;
uniform vec3 u_texenv;
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(mix(p.rgb, u_texenv.rgb, t.rgb), p.a);
fragColor0 = v;
}
/ vs: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
ウルトラマン オールスタークロニクル |
v1.4.2-425-g7a7ccee5e |
2023-04-30 |
Error in shader program link: info: The shader uses varying v_color1, but previous shader does not write to it.
Out of resource error.
/ fs: #version 330
#define lowp
#define mediump
#define highp
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: #version 330
#define lowp
#define mediump
#define highp
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);
}
|
ナルティメットアクセル3 |
v1.4.2-425-g7a7ccee5e |
2023-04-30 |
Error in shader program link: info: Fragment shader(s) failed to link, vertex shader(s) failed to link.
ERROR: Varying v_color1 read in fragment shader, but not written to in vertex shader.
ERROR: Varying v_color1 read in fragment shader, but not written to in vertex shader.
/ fs: #version 110
#extension GL_EXT_gpu_shader4 : enable
#define lowp
#define mediump
#define highp
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: #version 110
#extension GL_EXT_gpu_shader4 : enable
#define lowp
#define mediump
#define highp
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);
}
|
FIFA 22 By Tutoriales Bendezu |
v1.5.2 |
2023-04-19 |
Error in shader program link: info: cannot find a matched output for input v_color1
/ fs: #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: #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);
}
|
FIFA 22 By Tutoriales Bendezu |
v1.5.2 |
2023-04-19 |
Error in shader program link: info: cannot find a matched output for input v_texcoord
/ fs: #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: #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.2 |
2023-04-19 |
Error in shader program link: info: cannot find a matched output for input v_color1
/ fs: #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: #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.2 |
2023-04-19 |
Error in shader program link: info: cannot find a matched output for input v_color1
/ fs: #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: #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.2 |
2023-04-14 |
Error in shader program link: info: cannot find a matched output for input v_color1
/ fs: #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: #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.1 |
2023-03-04 |
Error in shader program link: info: L0007 Fragment shader uses a varying v_texcoord that has not been declared in the vertex shader.
/ fs: #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: #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);
}
|