depth-prepass #1

Merged
KJ16609 merged 22 commits from depth-prepass into master 2025-12-15 19:59:49 -05:00
Showing only changes of commit 126bfab3e8 - Show all commits

View File

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