Context

Undocumented in source.

Members

Functions

cancelRender
void cancelRender()
Undocumented in source. Be warned that the author may not have intended to support it.
createTexture
int createTexture(int type, int w, int h, int imageFlags, const(byte)* data)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteTexture
void deleteTexture(int image_id)
Undocumented in source. Be warned that the author may not have intended to support it.
findTexture
Texture findTexture(int image_id)
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.
init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
pushCommand
void pushCommand(NVGpaint* paint, NVGscissor* scissor, float fringe, const(NVGpath)[] paths, Param param)
Undocumented in source. Be warned that the author may not have intended to support it.
pushTrianglesCommand
void pushTrianglesCommand(NVGpaint* paint, NVGscissor* scissor, const(NVGvertex)[] verts)
Undocumented in source. Be warned that the author may not have intended to support it.
terminate
void terminate()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

viewport
Size viewport [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

DrawStrokeFunc
auto DrawStrokeFunc;
Undocumented in source.
FUBUserIndex
auto FUBUserIndex;
Undocumented in source.
FillFunc
auto FillFunc;
alocTexcoord
GLint alocTexcoord;
Undocumented in source.
alocVertex
GLint alocVertex;
Undocumented in source.
callList
InternalDrawCall[] callList;
Undocumented in source.
fragUniformObject
UniformBufferObject fragUniformObject;
Undocumented in source.
pathList
Path[] pathList;
Undocumented in source.
program
RenderProgram program;
Undocumented in source.
textureList
Texture[] textureList;
ubHardwarePadding
size_t ubHardwarePadding;
Undocumented in source.
ubHardwareSize
size_t ubHardwareSize;
Undocumented in source.
ublocFrag
GLint ublocFrag;
Undocumented in source.
ulocTexImage
GLint ulocTexImage;
ulocViewSize
GLint ulocViewSize;
Undocumented in source.
uniformList
FragUniformBuffer[] uniformList;
Undocumented in source.
varray
VertexArrayObject varray;
Undocumented in source.
vbuffer
ArrayBufferObject vbuffer;
Undocumented in source.
vertexList
NVGvertex[] vertexList;
Undocumented in source.
vport
Size vport;
Undocumented in source.

Meta