William Chen
William Chen
# Current progress (Will update this as I work) Currently investigating how enum and handle types should be handled. ## Enum types Not actively working on. ## Handle types Actively...
This issue was discussed in the Silk.NET Discord: https://discord.com/channels/521092042781229087/1376331581198827520/1376639064366645450 The Silk.NET generator uses ClangSharpPInvokeGenerator to generate Vulkan bindings, however, VK_NULL_HANDLE from Vulkan is generated as the following: ```cs [NativeTypeName("#define VK_NULL_HANDLE...
# Summary of the PR This PR focuses on implementing the naming-related improvements identified in #2457. Depending on the scope of the tasks, some of these tasks may be pushed...