Added more examples.
This commit is contained in:
parent
f1597ee25c
commit
cfac3feb85
2357 changed files with 389777 additions and 116988 deletions
examples/00-helloworld
|
@ -34,7 +34,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);
|
||||
|
||||
// Use debug font to print information about this example.
|
||||
|
|
Reference in a new issue