|
Kanzi Graphics Engine
|
Constraint for limiting the number of frames per second the Engine is rendering. More...
#include <kza_application_interface.h>
Data Fields | |
| kzBool | enabled |
| Is the FPS limit enabled. More... | |
| kzUint | maximumFPS |
| Maximum FPS when the limit is enabled. More... | |
Constraint for limiting the number of frames per second the Engine is rendering.
| kzBool KzaApplicationFPSConstraints::enabled |
Is the FPS limit enabled.
The default value is KZ_FALSE.
| kzUint KzaApplicationFPSConstraints::maximumFPS |
Maximum FPS when the limit is enabled.
The default value is 120.