NVGparams

Undocumented in source.

Members

Variables

edgeAntiAlias
int edgeAntiAlias;
Undocumented in source.
renderCancel
void function(void* uptr) renderCancel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderCreate
int function(void* uptr) renderCreate;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderCreateTexture
int function(void* uptr, int type, int w, int h, int imageFlags, const(byte)* data) renderCreateTexture;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderDelete
void function(void* uptr) renderDelete;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderDeleteTexture
int function(void* uptr, int image) renderDeleteTexture;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderFill
void function(void* uptr, NVGpaint* paint, NVGscissor* scissor, float fringe, const(float)* bounds, const(NVGpath)* paths, int npaths) renderFill;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderFlush
void function(void* uptr) renderFlush;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderGetTextureSize
int function(void* uptr, int image, int* w, int* h) renderGetTextureSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderStroke
void function(void* uptr, NVGpaint* paint, NVGscissor* scissor, float fringe, float strokeWidth, const(NVGpath)* paths, int npaths) renderStroke;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderTriangles
void function(void* uptr, NVGpaint* paint, NVGscissor* scissor, const(NVGvertex)* verts, int nverts) renderTriangles;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderUpdateTexture
int function(void* uptr, int image, int x, int y, int w, int h, const(byte)* data) renderUpdateTexture;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
renderViewport
void function(void* uptr, int width, int height) renderViewport;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
userPtr
void* userPtr;
Undocumented in source.

Meta