orx  1.14
Portable Game Engine
OrxFPS

Macros

#define orxFPS_KZ_CLOCK_NAME   "fps"
 

Functions

orxDLLAPI void orxFASTCALL orxFPS_Exit ()
 
orxDLLAPI orxU32 orxFASTCALL orxFPS_GetFPS ()
 
orxDLLAPI void orxFASTCALL orxFPS_IncreaseFrameCount ()
 
orxDLLAPI orxSTATUS orxFASTCALL orxFPS_Init ()
 
orxDLLAPI void orxFASTCALL orxFPS_Setup ()
 

Detailed Description

FPS Module Allows to compute & display FPS

Macro Definition Documentation

#define orxFPS_KZ_CLOCK_NAME   "fps"

Definition at line 49 of file orxFPS.h.

Function Documentation

orxDLLAPI void orxFASTCALL orxFPS_Exit ( )

Exits from the FPS module

orxDLLAPI orxU32 orxFASTCALL orxFPS_GetFPS ( )

Gets current FTP value

Returns
orxU32
orxDLLAPI void orxFASTCALL orxFPS_IncreaseFrameCount ( )

Increases internal frame count

orxDLLAPI orxSTATUS orxFASTCALL orxFPS_Init ( )

Inits the FPS module

Returns
orxSTATUS_SUCCESS / orxSTATUS_FAILURE
orxDLLAPI void orxFASTCALL orxFPS_Setup ( )

Setups FPS module


Generated for orx by doxygen 1.8.11