dusk: abilibity to reference global decl after current decl
This commit is contained in:
parent
2025ac8d17
commit
9f58497771
4 changed files with 826 additions and 504 deletions
|
|
@ -183,6 +183,7 @@ test "boids" {
|
|||
const source = @embedFile("boids.wgsl");
|
||||
var ir = try expectIR(source);
|
||||
defer ir.deinit();
|
||||
// try ir.print(std.io.getStdOut().writer());
|
||||
}
|
||||
|
||||
test "gkurve" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue