Skip to content
This repository was archived by the owner on Dec 23, 2019. It is now read-only.

fix re_camel_case for Win32 word#21

Open
ousttrue wants to merge 1 commit intoColonelThirtyTwo:masterfrom
ousttrue:re_camel_case2
Open

fix re_camel_case for Win32 word#21
ousttrue wants to merge 1 commit intoColonelThirtyTwo:masterfrom
ousttrue:re_camel_case2

Conversation

@ousttrue
Copy link

example

VkStructureType sType = VkStructureType.VK_STRUCTURE_TYPE_WIN32SURFACE_CREATE_INFO_KHR;

to

VkStructureType sType = VkStructureType.VK_STRUCTURE_TYPE_WIN32_SURFACE_CREATE_INFO_KHR;

example

VkStructureType sType = VkStructureType.VK_STRUCTURE_TYPE_WIN32SURFACE_CREATE_INFO_KHR;

to

VkStructureType sType = VkStructureType.VK_STRUCTURE_TYPE_WIN32_SURFACE_CREATE_INFO_KHR;
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant