imgui.gl3_renderer

Undocumented in source.

Members

Functions

drawLine
void drawLine(float x0, float y0, float x1, float y1, float r, float fth, uint col)
Undocumented in source. Be warned that the author may not have intended to support it.
drawPolygon
void drawPolygon(const(float)* coords, uint numCoords, float r, uint col)
Undocumented in source. Be warned that the author may not have intended to support it.
drawRect
void drawRect(float x, float y, float w, float h, float fth, uint col)
Undocumented in source. Be warned that the author may not have intended to support it.
drawRoundedRect
void drawRoundedRect(float x, float y, float w, float h, float r, float fth, uint col)
Undocumented in source. Be warned that the author may not have intended to support it.
drawText
void drawText(float x, float y, const(char)[] text, int align_, uint col)
Undocumented in source. Be warned that the author may not have intended to support it.
getBakedQuad
void getBakedQuad(stbtt_bakedchar* chardata, int pw, int ph, int char_index, float* xpos, float* ypos, stbtt_aligned_quad* q)
Undocumented in source. Be warned that the author may not have intended to support it.
getTextLength
float getTextLength(stbtt_bakedchar* chardata, const(char)[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
getTextLength
float getTextLength(const(char)[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
imguiRenderGLDestroy
void imguiRenderGLDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
imguiRenderGLDraw
void imguiRenderGLDraw(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
imguiRenderGLInit
bool imguiRenderGLInit(const(char)[] fontpath, uint fontTextureSize)
Undocumented in source. Be warned that the author may not have intended to support it.
imguifree
void imguifree(void* ptr, void* )
Undocumented in source. Be warned that the author may not have intended to support it.
imguimalloc
void* imguimalloc(size_t size, void* )
Undocumented in source. Be warned that the author may not have intended to support it.
maxCharacterCount
uint maxCharacterCount()
Undocumented in source. Be warned that the author may not have intended to support it.
maxCharacterCount
uint maxCharacterCount()
Undocumented in source. Be warned that the author may not have intended to support it.
toPackedRGBA
uint toPackedRGBA(RGBA color)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta