25gui_ogl_draw_image(uint32_t width, uint32_t height, uint32_t tex_id,
float scale,
bool rotate_180,
bool flip_y);
void gui_ogl_draw_background(uint32_t width, uint32_t height, uint32_t tex_id, bool rotate_180, bool flip_y)
Draw the given texture to the background of the current OS window.
Definition: gui_ogl.c:65
void gui_ogl_draw_image(uint32_t width, uint32_t height, uint32_t tex_id, float scale, bool rotate_180, bool flip_y)
Draw the given textures as igImage, scale of 1.0f == 100%.
Definition: gui_ogl.c:47
Header holding common defines.