mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-13 15:26:09 +00:00
Mechanism for handling device-coordinate transformation
This commit is contained in:
@@ -23,7 +23,6 @@ void main()
|
||||
{
|
||||
vtf.color = colorIn * mulColor;
|
||||
gl_Position = mv * vec4(posIn, 1.0);
|
||||
gl_Position = FLIPFROMGL(gl_Position);
|
||||
}
|
||||
|
||||
#fragment glsl
|
||||
@@ -125,7 +124,6 @@ void main()
|
||||
vtf.uv.xy = uvIn;
|
||||
vtf.color = mulColor;
|
||||
gl_Position = mv * vec4(posIn, 1.0);
|
||||
gl_Position = FLIPFROMGL(gl_Position);
|
||||
}
|
||||
|
||||
#fragment glsl
|
||||
|
||||
Reference in New Issue
Block a user