Functions | Variables
imgui_impl_opengl2.cpp File Reference
#include "imgui.h"
#include "imgui_impl_opengl2.h"
#include <stdint.h>
#include <GL/gl.h>
Include dependency graph for imgui_impl_opengl2.cpp:

Go to the source code of this file.

Functions

bool ImGui_ImplOpenGL2_CreateDeviceObjects ()
 
bool ImGui_ImplOpenGL2_CreateFontsTexture ()
 
void ImGui_ImplOpenGL2_DestroyDeviceObjects ()
 
void ImGui_ImplOpenGL2_DestroyFontsTexture ()
 
bool ImGui_ImplOpenGL2_Init ()
 
void ImGui_ImplOpenGL2_NewFrame ()
 
void ImGui_ImplOpenGL2_RenderDrawData (ImDrawData *draw_data)
 
static void ImGui_ImplOpenGL2_SetupRenderState (ImDrawData *draw_data, int fb_width, int fb_height)
 
void ImGui_ImplOpenGL2_Shutdown ()
 

Variables

static GLuint g_FontTexture = 0
 

Function Documentation

◆ ImGui_ImplOpenGL2_CreateDeviceObjects()

bool ImGui_ImplOpenGL2_CreateDeviceObjects ( )

Definition at line 240 of file imgui_impl_opengl2.cpp.

◆ ImGui_ImplOpenGL2_CreateFontsTexture()

bool ImGui_ImplOpenGL2_CreateFontsTexture ( )

Definition at line 202 of file imgui_impl_opengl2.cpp.

◆ ImGui_ImplOpenGL2_DestroyDeviceObjects()

void ImGui_ImplOpenGL2_DestroyDeviceObjects ( )

Definition at line 245 of file imgui_impl_opengl2.cpp.

◆ ImGui_ImplOpenGL2_DestroyFontsTexture()

void ImGui_ImplOpenGL2_DestroyFontsTexture ( )

Definition at line 229 of file imgui_impl_opengl2.cpp.

◆ ImGui_ImplOpenGL2_Init()

bool ImGui_ImplOpenGL2_Init ( )

Definition at line 59 of file imgui_impl_opengl2.cpp.

◆ ImGui_ImplOpenGL2_NewFrame()

void ImGui_ImplOpenGL2_NewFrame ( )

Definition at line 72 of file imgui_impl_opengl2.cpp.

◆ ImGui_ImplOpenGL2_RenderDrawData()

void ImGui_ImplOpenGL2_RenderDrawData ( ImDrawData draw_data)

Definition at line 118 of file imgui_impl_opengl2.cpp.

◆ ImGui_ImplOpenGL2_SetupRenderState()

static void ImGui_ImplOpenGL2_SetupRenderState ( ImDrawData draw_data,
int  fb_width,
int  fb_height 
)
static

Definition at line 78 of file imgui_impl_opengl2.cpp.

◆ ImGui_ImplOpenGL2_Shutdown()

void ImGui_ImplOpenGL2_Shutdown ( )

Definition at line 67 of file imgui_impl_opengl2.cpp.

Variable Documentation

◆ g_FontTexture

GLuint g_FontTexture = 0
static

Definition at line 56 of file imgui_impl_opengl2.cpp.



libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:03