GLCommand

Undocumented in source.

Constructors

this
this(Pipeline pipeline)

GLCommand constructor.

Destructor

~this
~this()

GLCommand destructor.

Members

Functions

clearColor
void clearColor(Color color)

Specifies clear values for the color buffers.

draw
void draw(int first, int count)

Renders primitives.

drawIndexed
void drawIndexed(int count, IndexBufferType type, void* indices)

Renders indexed primitives.

Inherited Members

From GraphicsCommand

m_pipeline
Pipeline m_pipeline;
Undocumented in source.
m_vertexBuffer
VertexBuffer m_vertexBuffer;
Undocumented in source.
m_indexBuffer
IndexBuffer m_indexBuffer;
Undocumented in source.
~this
~this()

Command destructor.

clearColor
void clearColor(Color color)

Specifies clear values for the color buffers.

verifyPipeline
void verifyPipeline()
Undocumented in source. Be warned that the author may not have intended to support it.
pipeline
Pipeline pipeline [@property setter]

Properties.

vertexBuffer
VertexBuffer vertexBuffer [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
indexBuffer
IndexBuffer indexBuffer [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta