ecs_utils.imgui_bind

Undocumented in source.

Members

Functions

ImGuiImplSDL2GetClipboardText
const(char)* ImGuiImplSDL2GetClipboardText(void* )
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiImplSDL2Init
bool ImGuiImplSDL2Init(SDL_Window* window)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiImplSDL2InitForOpenGL
bool ImGuiImplSDL2InitForOpenGL(SDL_Window* window, void* sdl_gl_context)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiImplSDL2NewFrame
void ImGuiImplSDL2NewFrame(SDL_Window* window)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiImplSDL2SetClipboardText
void ImGuiImplSDL2SetClipboardText(void* , char* text)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGuiImplSDL2Shutdown
void ImGuiImplSDL2Shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
ImGui_ImplOpenGL3_CreateDeviceObjects
bool ImGui_ImplOpenGL3_CreateDeviceObjects()
Undocumented in source. Be warned that the author may not have intended to support it.
ImGui_ImplOpenGL3_CreateFontsTexture
bool ImGui_ImplOpenGL3_CreateFontsTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
ImGui_ImplOpenGL3_DestroyDeviceObjects
void ImGui_ImplOpenGL3_DestroyDeviceObjects()
Undocumented in source. Be warned that the author may not have intended to support it.
ImGui_ImplOpenGL3_DestroyFontsTexture
void ImGui_ImplOpenGL3_DestroyFontsTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
ImGui_ImplOpenGL3_Init
bool ImGui_ImplOpenGL3_Init(char* glsl_version)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGui_ImplOpenGL3_NewFrame
void ImGui_ImplOpenGL3_NewFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
ImGui_ImplOpenGL3_RenderDrawData
void ImGui_ImplOpenGL3_RenderDrawData(ImDrawData* draw_data)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGui_ImplOpenGL3_Shutdown
void ImGui_ImplOpenGL3_Shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
ImGui_ImplSDL2_ProcessEvent
bool ImGui_ImplSDL2_ProcessEvent(SDL_Event* event)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

CheckProgram
bool CheckProgram(GLuint handle, char* desc)
Undocumented in source. Be warned that the author may not have intended to support it.
CheckShader
bool CheckShader(GLuint handle, char* desc)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGui_ImplOpenGL3_SetupRenderState
void ImGui_ImplOpenGL3_SetupRenderState(ImDrawData* draw_data, int fb_width, int fb_height, GLuint vertex_array_object)
Undocumented in source. Be warned that the author may not have intended to support it.
ImGui_ImplSDL2_UpdateGamepads
void ImGui_ImplSDL2_UpdateGamepads()
Undocumented in source. Be warned that the author may not have intended to support it.
ImGui_ImplSDL2_UpdateMouseCursor
void ImGui_ImplSDL2_UpdateMouseCursor()
Undocumented in source. Be warned that the author may not have intended to support it.
ImGui_ImplSDL2_UpdateMousePosAndButtons
void ImGui_ImplSDL2_UpdateMousePosAndButtons()
g_AttribLocationProjMtx
int g_AttribLocationProjMtx;
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

g_AttribLocationTex
int g_AttribLocationTex;
g_AttribLocationVtxColor
int g_AttribLocationVtxColor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_AttribLocationVtxPos
int g_AttribLocationVtxPos;
g_AttribLocationVtxUV
int g_AttribLocationVtxUV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ClipboardTextData
char* g_ClipboardTextData;
g_ElementsHandle
uint g_ElementsHandle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_FontTexture
GLuint g_FontTexture;
g_FragHandle
GLuint g_FragHandle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_GlVersion
GLuint g_GlVersion;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_GlslVersionString
char[32] g_GlslVersionString;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_MouseCursors
SDL_Cursor*[ImGuiMouseCursor_COUNT] g_MouseCursors;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_MousePressed
bool[3] g_MousePressed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_ShaderHandle
GLuint g_ShaderHandle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_Time
ulong g_Time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_VboHandle
uint g_VboHandle;
g_VertHandle
GLuint g_VertHandle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_Window
SDL_Window* g_Window;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta