1
0
forked from mirror/vulkan-zig

allocgate 2.0

This commit is contained in:
Robin Voetter
2022-12-03 02:35:40 +01:00
parent be59386118
commit a56d6e31a8
5 changed files with 15 additions and 15 deletions

View File

@@ -1305,7 +1305,7 @@ fn Renderer(comptime WriterType: type) type {
}
}
return returns.toOwnedSlice();
return try returns.toOwnedSlice();
}
fn renderReturnStructName(self: *Self, command_name: []const u8) !void {