Graphics class that represents the rendering technique for our scene.
More...
Graphics class that represents the rendering technique for our scene.
◆ EnableInstancing()
void Nz::AbstractRenderTechnique::EnableInstancing |
( |
bool |
instancing | ) |
|
|
virtual |
Enables the instancing.
- Parameters
-
instancing | Should instancing be enabled |
◆ GetName()
String Nz::AbstractRenderTechnique::GetName |
( |
| ) |
const |
|
virtual |
Gets the name of the actual technique.
- Returns
- Name of the technique being used
◆ IsInstancingEnabled()
bool Nz::AbstractRenderTechnique::IsInstancingEnabled |
( |
| ) |
const |
|
virtual |
Checks whether the instancing is enabled.
- Returns
- true If it is the case
The documentation for this class was generated from the following files: