mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Examples: Comments about GLFW/SDL versions
This commit is contained in:
parent
c017a4fb5f
commit
d9a4cbc429
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
// dear imgui: Platform Binding for GLFW
|
||||
// This needs to be used along with a Renderer (e.g. OpenGL3, Vulkan..)
|
||||
// (Info: GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan graphics context creation, etc.)
|
||||
// (Requires: GLFW 3.1+)
|
||||
|
||||
// Implemented features:
|
||||
// [X] Platform: Clipboard support.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue