GraphicsCommand

Command is the base class for all the API commands.

Constructors

this
this(Pipeline pipeline)

Command constructor.

Destructor

~this
~this()

Command destructor.

Members

Functions

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.

Properties

indexBuffer
IndexBuffer indexBuffer [@property setter]
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.

Variables

m_indexBuffer
IndexBuffer m_indexBuffer;
Undocumented in source.
m_pipeline
Pipeline m_pipeline;
Undocumented in source.
m_vertexBuffer
VertexBuffer m_vertexBuffer;
Undocumented in source.

Meta