Shader cleanup

This commit is contained in:
luboslenco
2025-09-20 22:13:46 +02:00
parent 857d03e672
commit 7e9a4ee9f9
10 changed files with 13 additions and 15 deletions
-1
View File
@@ -11,7 +11,6 @@ struct vert_in {
struct vert_out {
pos: float4;
dummy: float3;
}
fun line_vert(input: vert_in): vert_out {
-1
View File
@@ -11,7 +11,6 @@ struct vert_in {
struct vert_out {
pos: float4;
dummy: float3;
}
fun line_overlay_vert(input: vert_in): vert_out {