VulkanizeD
VulkanizeD copied to clipboard
Long enum names
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 could be simply anonymous?
Having a type is nice for having enum properties :-)