mirror of
https://github.com/ocornut/imgui.git
synced 2025-09-09 21:08:23 +00:00
Examples: GLFW+GL2: Moved glfw, gl2 files to root folder, split imgui_impl_glfw_gl2 into _opengl2 and reused imgui_impl_glfw
This commit is contained in:
11
examples/imgui_impl_opengl3.h
Normal file
11
examples/imgui_impl_opengl3.h
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
IMGUI_API bool ImGui_ImplOpenGL3_Init();
|
||||
IMGUI_API void ImGui_ImplOpenGL3_Shutdown();
|
||||
IMGUI_API void ImGui_ImplOpenGL3_NewFrame();
|
||||
IMGUI_API void ImGui_ImplOpenGL3_RenderDrawData(ImDrawData* draw_data);
|
||||
|
||||
// Called by Init/NewFrame/Shutdown
|
||||
IMGUI_API bool ImGui_ImplOpenGL3_CreateFontsTexture();
|
||||
IMGUI_API void ImGui_ImplOpenGL3_DestroyFontsTexture();
|
||||
IMGUI_API bool ImGui_ImplOpenGL3_CreateDeviceObjects();
|
||||
IMGUI_API void ImGui_ImplOpenGL3_DestroyDeviceObjects();
|
Reference in New Issue
Block a user