Added more examples.

This commit is contained in:
bkaradzic 2012-10-07 20:41:18 -07:00
parent f1597ee25c
commit cfac3feb85
2357 changed files with 389777 additions and 116988 deletions
examples/00-helloworld

View file

@ -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.