Patrick O'Connell

Results 5 issues of Patrick O'Connell

It would be nice to have a wrapper for the platform-dependent `vkGetPhysicalDevice*PresentationSupportKHR()` functions to check whether a given queue family supports presenting to a Vulkan surface. Of course it's possible...

In a `[{pattern1,pattern2,...}]` section, a slash in one pattern seems to cause the others to only match files in the project root directory instead of including subdirectories: Matches all `**/*.ext`:...

Followup from #146, posting the issue as a reminder for myself :) We've currently got a hardcoded list but should instead automatically decide whether to generate an `*Alloc()` wrapper based...

### Zig Version 0.14.0-dev.944+0e99f517f ### Steps to Reproduce and Observed Behavior The compiler segfaults on the following code: ```zig export fn f() void { // Does not work (but works...

bug
frontend

Closes #148 This seems to correctly classify existing functions (although I need to check more carefully before merging) but I'm trying to add some redundant checks for future-proofing and am...