struct
#include <nCine/Application.h>
RenderingSettings Rendering settings that can be changed at run-time.
Constructors, destructors, conversion operators
Public variables
- bool batchingEnabled
- Whether batching is enabled.
- bool batchingWithIndices
- Whether using indices for vertex batching.
- bool cullingEnabled
- Whether node culling is enabled.
-
std::
uint32_t minBatchSize - Minimum size for a batch to be collected.
-
std::
uint32_t maxBatchSize - Maximum size for a batch before a forced split.