|
API Documentation
|
|
|
void setShouldClearDepth(bool value)
void setColorTargetIndex(unsigned int value)
virtual void importClassFromTree(nkExport::Node *rootNode) override
bool getShouldClearDepth() const
nkMaths::Vector getClearColor() const
void setShouldClearColor(bool value)
void setClearDepthValue(float value)
virtual void exportClassToTree(nkExport::Node *rootNode) override
A clear target pass, during which some targets are cleared.
Definition: ClearTargetsPass.h:15
void setClearStencilValue(unsigned char value)
A node in the tree structure representing the data to export / import.
Definition: Node.h:42
unsigned int getColorTargetIndex() const
float getClearDepthValue() const
The base for a pass within a TargetOperations.
Definition: Pass.h:15
bool getShouldClearStencil() const
bool getShouldClearColor() const
void setShouldClearStencil(bool value)
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
unsigned char getClearStencilValue() const
A 4-component vector class, with floats.
Definition: Vector.h:12
void setClearColor(const nkMaths::Vector &value)