working on example and adding opcodes
All checks were successful
Build / build (push) Successful in 2m6s
Test / build (push) Successful in 6m5s

This commit is contained in:
2026-01-23 02:09:30 +01:00
parent bb866f1312
commit 27172539e5
13 changed files with 736 additions and 266 deletions

View File

@@ -3,8 +3,9 @@ module;
struct FragIn
{
[location(0)] dim: vec2[f32],
[location(1)] pos: vec2[f32],
[location(0)] time: u32,
[location(1)] dim: vec2[f32],
[location(2)] pos: vec2[f32],
}
struct FragOut