- destroy_renderer
void destroy_renderer()
Undocumented in source. Be warned that the author may not have intended to support it.
- flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
- initiate_renderer
void initiate_renderer()
Undocumented in source. Be warned that the author may not have intended to support it.
- push_quad
void push_quad(mu_Rect dst, mu_Rect src, mu_Color color)
Undocumented in source. Be warned that the author may not have intended to support it.
- r_clear
void r_clear(mu_Color clr)
Undocumented in source. Be warned that the author may not have intended to support it.
- r_draw_icon
void r_draw_icon(int id, mu_Rect rect, mu_Color color)
Undocumented in source. Be warned that the author may not have intended to support it.
- r_draw_rect
void r_draw_rect(mu_Rect rect, mu_Color color)
Undocumented in source. Be warned that the author may not have intended to support it.
- r_draw_text
void r_draw_text(const(char)* text, mu_Vec2 pos, mu_Color color)
Undocumented in source. Be warned that the author may not have intended to support it.
- r_get_text_height
int r_get_text_height()
Undocumented in source. Be warned that the author may not have intended to support it.
- r_get_text_width
int r_get_text_width(const(char)* text, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
- r_present
void r_present()
Undocumented in source. Be warned that the author may not have intended to support it.
- r_set_clip_rect
void r_set_clip_rect(mu_Rect rect)
Undocumented in source. Be warned that the author may not have intended to support it.