mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-12 00:14:20 +00:00
Examples: Renamed applications to emphasis on use of GLFW as a platform framework + minor local tweaks
This commit is contained in:
parent
70d500502a
commit
74b7dce394
5 changed files with 9 additions and 9 deletions
|
|
@ -614,7 +614,7 @@ int main(int, char**)
|
|||
return 1;
|
||||
|
||||
glfwWindowHint(GLFW_CLIENT_API, GLFW_NO_API);
|
||||
GLFWwindow* window = glfwCreateWindow(1280, 720, "ImGui Vulkan example", NULL, NULL);
|
||||
GLFWwindow* window = glfwCreateWindow(1280, 720, "ImGui GLFW+Vulkan example", NULL, NULL);
|
||||
|
||||
// Setup Vulkan
|
||||
if (!glfwVulkanSupported())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue