Skip to content

Commit

Permalink
[progress #146] custom bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
tiawl committed Apr 5, 2024
1 parent b785f39 commit e95e809
Show file tree
Hide file tree
Showing 2 changed files with 815 additions and 886 deletions.
2 changes: 1 addition & 1 deletion src/context.zig
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub const Context = struct
while (self.glfw.looping ())
{
try self.glfw.loop ();
const framebuffer = self.glfw.get_framebuffer_size ();
const framebuffer = try self.glfw.get_framebuffer_size ();
try self.vk.loop (&(self.imgui), .{ .resized = framebuffer.resized, .width = framebuffer.width, .height = framebuffer.height, }, &arena, &allocator, options);
}
try self.logger.app (.DEBUG, "loop OK", .{});
Expand Down
Loading

0 comments on commit e95e809

Please sign in to comment.