Fixes missing ;

This commit is contained in:
2025-09-23 02:28:34 -04:00
parent 554d37929e
commit 126bfab3e8

View File

@@ -17,7 +17,7 @@ Vertex vertexMain( uint index : SV_VertexID )
struct FragOut {
vec4 color;
}
};
[shader("fragment")]
FragOut fragmentMain( Vertex vertex )