ImGuiOpenGLBackend

Undocumented in source.

Members

Static functions

check_program
bool check_program(GLuint handle, char* desc)
Undocumented in source. Be warned that the author may not have intended to support it.
check_shader
bool check_shader(GLuint handle, const(char)* desc)
Undocumented in source. Be warned that the author may not have intended to support it.
create_device_objects
bool create_device_objects()
Undocumented in source. Be warned that the author may not have intended to support it.
create_fonts_texture
bool create_fonts_texture()
Undocumented in source. Be warned that the author may not have intended to support it.
destroy_device_objects
void destroy_device_objects()
Undocumented in source. Be warned that the author may not have intended to support it.
destroy_fonts_texture
void destroy_fonts_texture()
Undocumented in source. Be warned that the author may not have intended to support it.
init
bool init(const(char)* glsl_version)
Undocumented in source. Be warned that the author may not have intended to support it.
init_platform_interface
void init_platform_interface()
Undocumented in source. Be warned that the author may not have intended to support it.
new_frame
void new_frame()
Undocumented in source. Be warned that the author may not have intended to support it.
render_draw_data
void render_draw_data(ImDrawData* draw_data)
Undocumented in source. Be warned that the author may not have intended to support it.
render_window
void render_window(ImGuiViewport* viewport, void* )
Undocumented in source. Be warned that the author may not have intended to support it.
setup_render_state
void setup_render_state(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.
shutdown
void shutdown()
Undocumented in source. Be warned that the author may not have intended to support it.
shutdown_platform_interface
void shutdown_platform_interface()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta