Barry is here mashallah
This commit is contained in:
committed by
Evan Husted
parent
6a115becef
commit
8bf33b3098
@@ -22,6 +22,7 @@ vertex CopyVertexOut vertexMain(unsigned short vid [[vertex_id]]) {
|
||||
CopyVertexOut out;
|
||||
|
||||
out.position = float4(position, 0, 1);
|
||||
out.position.y = -out.position.y;
|
||||
out.uv = position * 0.5f + 0.5f;
|
||||
|
||||
return out;
|
||||
|
||||
Reference in New Issue
Block a user