mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-25 02:24:24 +00:00
tabs to space, remove braces
This commit is contained in:
parent
3234f81cb1
commit
4bc6a951fe
2 changed files with 6 additions and 10 deletions
|
|
@ -747,8 +747,8 @@ bool ImGui_ImplGlfwVulkan_CreateDeviceObjects()
|
|||
|
||||
VkDynamicState dynamic_states[2] = { VK_DYNAMIC_STATE_VIEWPORT, VK_DYNAMIC_STATE_SCISSOR };
|
||||
VkPipelineDynamicStateCreateInfo dynamic_state = {};
|
||||
dynamic_state.sType = VK_STRUCTURE_TYPE_PIPELINE_DYNAMIC_STATE_CREATE_INFO;
|
||||
dynamic_state.dynamicStateCount = 2;
|
||||
dynamic_state.sType = VK_STRUCTURE_TYPE_PIPELINE_DYNAMIC_STATE_CREATE_INFO;
|
||||
dynamic_state.dynamicStateCount = 2;
|
||||
dynamic_state.pDynamicStates = dynamic_states;
|
||||
|
||||
VkGraphicsPipelineCreateInfo info = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue