Skip to content

Commit

Permalink
deallocation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pwbh committed Aug 31, 2024
1 parent ea57737 commit cd8145a
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 195 deletions.
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ pub fn main() !void {
const result = try ymlz.loadFile(yml_path);
defer ymlz.deinit(result);

std.debug.print("Tester: {s}\n", .{result.shaders[0].programs[0].name});
std.debug.print("Tester: {s}\n", .{result.shaders[0].programs[0].fs.uniform_blocks[0].uniforms[0].name});
}
Loading

0 comments on commit cd8145a

Please sign in to comment.