mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Backends: Vulkan: moved helpers to backend: ImGui_ImplVulkanH_SelectPhysicalDevice(), ImGui_ImplVulkanH_SelectQueueFamilyIndex(). (#8180)
This commit is contained in:
parent
dbf76f62f9
commit
a2e21727c0
7 changed files with 72 additions and 138 deletions
|
|
@ -87,7 +87,7 @@ int main(int, char**)
|
|||
printf("Error: SDL_GL_CreateContext(): %s\n", SDL_GetError());
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
SDL_GL_MakeCurrent(window, gl_context);
|
||||
SDL_GL_SetSwapInterval(1); // Enable vsync
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue