CodeBase - AGK Performance Timer

Return to the CodeBase listing

Category: Functions

Version: 1.0

0
0

Information

Uploaded: 20th Apr 2017 16:44

Modified: 20th Apr 2017 16:49

Author:  Jack

Summary

This code allows you to see a simple text display with the current rendering/ main process time. It does even show you, if you hit performance limits.

Full Description

This code allows you to see a simple text display with the current rendering/ main process time. It does even show you, if you hit performance limits.It does also include some interesting coding methods, for example how to save a shader in the AGK code.Useful, if you want to debug performance killers.<br /> You can combine this with a timer.<br /> The window is toggleable with the Enter- Key.<br /> <br /> Function list:<br /> <br /> - CreateEngineTimerText(px,py,size#)<br /> - UpdateEngineTimerText()<br /> - SetEngineTimerVisible(vis)<br /> - GetEngineTimerVisible()<br /> - CreatePSShader(name$,ShaderArr as string[])<br /> <br />

Comments

No comments yet.