Functions
Time_Time( void )
: double
Returns seconds since application start.
Time_DeltaTime( void )
: float
Returns last frame duration in seconds.
Time_FrameCount( void )
: uint64_t
Returns total number of frames since application start.
Time_RenderBufferId( void )
: uint32_t
Returns the current buffer available to the CPU. In a triple-buffered configuration, this is Time_FrameCount() % 3
.