All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
KzuFPSConstraints Struct Reference

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

#include <user/engine/kzu_engine.h>

Public Attributes

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.

Member Data Documentation

kzBool KzuFPSConstraints::enabled

Is the FPS limit enabled.

The default value is KZ_FALSE.

kzUint KzuFPSConstraints::maximumFPS

Maximum FPS when the limit is enabled.

The default value is 120.


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