Make metal work

This commit is contained in:
luboslenco
2025-04-24 22:19:44 +02:00
parent fff6ced18f
commit bf2dda291d
85 changed files with 1292 additions and 1794 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
#[set(everything)]
const sampler_linear: sampler;
#[set(everything)]
const tex0: tex2d;
#[set(everything)]
const texa: tex2d;
#[set(everything)]
const sampler_linear: sampler;
struct vert_in {
pos: float2;
}
+3 -3
View File
@@ -1,10 +1,10 @@
#[set(everything)]
const tex: tex2d;
#[set(everything)]
const sampler_linear: sampler;
#[set(everything)]
const tex: tex2d;
struct vert_in {
pos: float2;
}