mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-24 02:14:22 +00:00
This commit is contained in:
parent
7763ab3fcc
commit
6bd3b45b34
5 changed files with 21 additions and 18 deletions
|
|
@ -1,8 +1,9 @@
|
|||
// ImGui - standalone example application for GLFW + OpenGL 2, using fixed pipeline
|
||||
// ImGui - standalone example application for GLFW + OpenGL2, using legacy fixed pipeline
|
||||
// If you are new to ImGui, see examples/README.txt and documentation at the top of imgui.cpp.
|
||||
// (GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan graphics context creation, etc.)
|
||||
|
||||
// *DO NOT USE THIS CODE IF YOUR CODE/ENGINE IS USING MODERN OPENGL*
|
||||
// **DO NOT USE THIS CODE IF YOUR CODE/ENGINE IS USING MODERN OPENGL (SHADERS, VBO, VAO, etc.)**
|
||||
// **Prefer using the code in the opengl3_example/ folder**
|
||||
// See imgui_impl_glfw.cpp for details.
|
||||
|
||||
#include <imgui.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue