mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 03:58:47 +02:00
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
// ImGui GLFW binding with OpenGL (legacy fixed pipeline)
|
||||
// ImGui GLFW binding with OpenGL (legacy, fixed pipeline)
|
||||
// In this binding, ImTextureID is used to store an OpenGL 'GLuint' texture identifier. Read the FAQ about ImTextureID in imgui.cpp.
|
||||
// (GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan graphics context creation, etc.)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// ImGui GLFW binding with OpenGL (legacy fixed pipeline)
|
||||
// ImGui GLFW binding with OpenGL (legacy, fixed pipeline)
|
||||
// In this binding, ImTextureID is used to store an OpenGL 'GLuint' texture identifier. Read the FAQ about ImTextureID in imgui.cpp.
|
||||
// (GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan graphics context creation, etc.)
|
||||
|
||||
|
Reference in New Issue
Block a user