Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzaApplicationFPSConstraints Struct Reference

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...
 

Detailed Description

Constraint for limiting the number of frames per second the Engine is rendering.

Field Documentation

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.


The documentation for this struct was generated from the following file: