creator.backend.gl

Undocumented in source.

Members

Functions

incGLBackendBeginRender
void incGLBackendBeginRender()
Undocumented in source. Be warned that the author may not have intended to support it.
incGLBackendCheckProgram
bool incGLBackendCheckProgram(GLuint handle, char* desc)
Undocumented in source. Be warned that the author may not have intended to support it.
incGLBackendCheckShader
bool incGLBackendCheckShader(GLuint handle, const(char)* desc)
Undocumented in source. Be warned that the author may not have intended to support it.
incGLBackendCreateDeviceObjects
bool incGLBackendCreateDeviceObjects()
Undocumented in source. Be warned that the author may not have intended to support it.
incGLBackendCreateFontsTexture
bool incGLBackendCreateFontsTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
incGLBackendDestroyDeviceObjects
void incGLBackendDestroyDeviceObjects()
Undocumented in source. Be warned that the author may not have intended to support it.
incGLBackendDestroyFontsTexture
void incGLBackendDestroyFontsTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
incGLBackendInit
bool incGLBackendInit(const(char)* glsl_version)
Undocumented in source. Be warned that the author may not have intended to support it.
incGLBackendNewFrame
void incGLBackendNewFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
incGLBackendPlatformInterfaceInit
void incGLBackendPlatformInterfaceInit()
Undocumented in source. Be warned that the author may not have intended to support it.
incGLBackendPlatformInterfaceShutdown
void incGLBackendPlatformInterfaceShutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
incGLBackendPlatformRenderWindow
void incGLBackendPlatformRenderWindow(ImGuiViewport* viewport, void* )
Undocumented in source. Be warned that the author may not have intended to support it.
incGLBackendProcessEvent
bool incGLBackendProcessEvent(const(SDL_Event)* event)
Undocumented in source. Be warned that the author may not have intended to support it.
incGLBackendRenderDrawData
void incGLBackendRenderDrawData(ImDrawData* draw_data)
Undocumented in source. Be warned that the author may not have intended to support it.
incGLBackendShutdown
void incGLBackendShutdown()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

incGLBackendSetupRenderState
void incGLBackendSetupRenderState(ImDrawData* draw_data, float fb_width, float fb_height, GLuint vertex_array_object)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta