VulkanizeD icon indicating copy to clipboard operation
VulkanizeD copied to clipboard

Long enum names

Open Flamaros opened this issue 9 years ago • 4 comments

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 :-)

Flamaros avatar Feb 29 '16 22:02 Flamaros