Skip to content

Commit

Permalink
Merge pull request #159 from poconn/increase_branch_quota
Browse files Browse the repository at this point in the history
Increase eval branch quota
  • Loading branch information
Snektron authored Sep 12, 2024
2 parents 9bfa676 + 0e29c7b commit efad55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vulkan/render.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ fn Renderer(comptime WriterType: type) type {
\\ break :blk cmds;
\\ }};
\\ pub const Dispatch = blk: {{
\\ @setEvalBranchQuota(100_000);
\\ @setEvalBranchQuota(1_000_000);
\\ const Type = std.builtin.Type;
\\ const fields_len = fields_len: {{
\\ var fields_len: u32 = 0;
Expand Down

0 comments on commit efad55b

Please sign in to comment.