dusk: move IR printer to separate file
This commit is contained in:
parent
0a09a4b118
commit
a1eda25ec2
4 changed files with 119 additions and 93 deletions
|
|
@ -101,7 +101,7 @@ test "boids" {
|
|||
const source = @embedFile("boids.wgsl");
|
||||
var ir = try expectIR(source);
|
||||
defer ir.deinit();
|
||||
// try ir.print(std.io.getStdOut().writer());
|
||||
// try dusk.printIR(ir, std.io.getStdOut().writer());
|
||||
}
|
||||
|
||||
test "gkurve" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue