Ylva And Malin
Typedefs | Functions
imgui_impl_sdl_gl3.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef union SDL_Event SDL_Event
 

Functions

IMGUI_API bool ImGui_ImplSdlGL3_Init (SDL_Window *window, const char *glsl_version=NULL)
 
IMGUI_API void ImGui_ImplSdlGL3_Shutdown ()
 
IMGUI_API void ImGui_ImplSdlGL3_NewFrame (SDL_Window *window)
 
IMGUI_API void ImGui_ImplSdlGL3_RenderDrawData (ImDrawData *draw_data)
 
IMGUI_API bool ImGui_ImplSdlGL3_ProcessEvent (SDL_Event *event)
 
IMGUI_API void ImGui_ImplSdlGL3_InvalidateDeviceObjects ()
 
IMGUI_API bool ImGui_ImplSdlGL3_CreateDeviceObjects ()
 

Typedef Documentation

typedef union SDL_Event SDL_Event

Function Documentation

IMGUI_API bool ImGui_ImplSdlGL3_CreateDeviceObjects ( )

Here is the call graph for this function:

Here is the caller graph for this function:

IMGUI_API bool ImGui_ImplSdlGL3_Init ( SDL_Window *  window,
const char *  glsl_version = NULL 
)

Here is the call graph for this function:

IMGUI_API void ImGui_ImplSdlGL3_InvalidateDeviceObjects ( )

Here is the call graph for this function:

Here is the caller graph for this function:

IMGUI_API void ImGui_ImplSdlGL3_NewFrame ( SDL_Window *  window)

Here is the call graph for this function:

IMGUI_API bool ImGui_ImplSdlGL3_ProcessEvent ( SDL_Event event)

Here is the call graph for this function:

IMGUI_API void ImGui_ImplSdlGL3_RenderDrawData ( ImDrawData draw_data)

Here is the call graph for this function:

IMGUI_API void ImGui_ImplSdlGL3_Shutdown ( )

Here is the call graph for this function: