Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
imgui-backends
v1.88
ImGui
OpenGL3
SDL2
Built with Crystal 1.9.2
2023-10-08 13:47:40 UTC
module
ImGui::OpenGL3
Extended Modules
ImGui::OpenGL3
Defined in:
imgui-backends.cr
Instance Method Summary
#init
(glsl_version : String) : Bool
#new_frame
: Nil
#render_draw_data
(im_draw_data : ImDrawData) : Nil
#shutdown
: Nil
Instance Method Detail
def
init
(glsl_version : String) : Bool
#
[
View source
]
def
new_frame
: Nil
#
[
View source
]
def
render_draw_data
(im_draw_data : ImDrawData) : Nil
#
[
View source
]
def
shutdown
: Nil
#
[
View source
]