mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 05:16:18 +00:00
change
This commit is contained in:
parent
73a1cd4631
commit
d77759cc1b
@ -37,6 +37,6 @@ static const char *stock_vertex_xmb_modern = GLSL(
|
||||
vec3 pos = VertexCoord;
|
||||
pos.y = height( pos );
|
||||
gl_Position = vec4(pos, 0.0, 1.0);
|
||||
fragVertexEc =VertexCoord;
|
||||
fragVertexEc =pos;
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user