Skip to content

Conversation

@Name-hw
Copy link
Contributor

@Name-hw Name-hw commented May 7, 2025

initInfo.device = @intFromPtr(self.device); -> initInfo.device = self.device;
initInfo.check_vk_result_fn = @ptrCast(&checkVkResult); -> initInfo.check_vk_result_fn = checkVkResult;

Copy link
Member

@hazeycode hazeycode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Just one nitpick.

initInfo.device = @intFromPtr(self.device); -> initInfo.device = self.device;
initInfo.check_vk_result_fn = @ptrCast(&checkVkResult); -> initInfo.check_vk_result_fn = checkVkResult;
Copy link
Member

@hazeycode hazeycode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@hazeycode hazeycode merged commit 5b2cd20 into zig-gamedev:main May 8, 2025
ckrowland pushed a commit to ckrowland/zgui that referenced this pull request Jul 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants