VulkanizeD icon indicating copy to clipboard operation
VulkanizeD copied to clipboard

D bindings for vulkan

Results 2 VulkanizeD issues
Sort by recently updated
recently updated
newest added

As in D enums are strongly typed IMO prefix of enum shoud be removed like VkStructureType.VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO will become VkStructureType.SEMAPHORE_CREATE_INFO. Or maybe to make conversion of code from C easier enums...