Examples: Comments about GLFW/SDL versions

This commit is contained in:
omar
2019-01-02 16:04:13 +01:00
parent c017a4fb5f
commit d9a4cbc429
2 changed files with 2 additions and 1 deletions

View File

@ -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.