Metal renderer & iOS frontend fixes

This commit is contained in:
wheremyfoodat
2025-06-29 23:20:35 +03:00
parent 630952f36b
commit adcd03d31e
8 changed files with 71 additions and 36 deletions

View File

@@ -10,8 +10,8 @@ struct BasicVertexOut {
};
struct NDCViewport {
float2 offset;
float2 scale;
float2 offset;
float2 scale;
};
vertex BasicVertexOut vertexBlit(uint vid [[vertex_id]], constant NDCViewport& viewport [[buffer(0)]]) {