mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Cleanup.
This commit is contained in:
parent
b5f1a4fcf9
commit
9d1deb534a
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ int _main_(int /*_argc*/, char** /*_argv*/)
|
|||
|
||||
// Use debug font to print information about this example.
|
||||
bgfx::dbgTextClear();
|
||||
bgfx::dbgTextPrintf(0, 1, 0x4f, "bgfx/examples/xx-drawstress");
|
||||
bgfx::dbgTextPrintf(0, 1, 0x4f, "bgfx/examples/17-drawstress");
|
||||
bgfx::dbgTextPrintf(0, 2, 0x6f, "Description: Draw stress, maximizing number of draw calls.");
|
||||
bgfx::dbgTextPrintf(0, 3, 0x0f, "Frame: % 7.3f[ms]", double(frameTime)*toMs);
|
||||
|
||||
|
|
Loading…
Reference in a new issue