mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Added more examples.
This commit is contained in:
@@ -575,7 +575,7 @@ int _main_(int _argc, char** _argv)
|
||||
while (true)
|
||||
{
|
||||
// This dummy draw call is here to make sure that view 0 is cleared
|
||||
// if not other draw calls are submitted to view 0.
|
||||
// if no other draw calls are submitted to view 0.
|
||||
bgfx::submit(0);
|
||||
|
||||
int64_t now = bx::getHPCounter();
|
||||
|
||||
Reference in New Issue
Block a user