This commit is contained in:
Branimir Karadžić
2016-03-06 15:29:22 -08:00
parent 6c13efba04
commit 086285a3e2
14 changed files with 577 additions and 527 deletions

View File

@@ -70,7 +70,7 @@ static const int64_t highwm = 1000000/65;
static const int64_t lowwm = 1000000/57;
#endif // BX_PLATFORM_EMSCRIPTEN || BX_PLATFORM_NACL
class DrawStress : public entry::AppI
class ExampleDrawStress : public entry::AppI
{
void init(int _argc, char** _argv) BX_OVERRIDE
{
@@ -350,4 +350,4 @@ class DrawStress : public entry::AppI
bgfx::IndexBufferHandle m_ibh;
};
ENTRY_IMPLEMENT_MAIN(DrawStress);
ENTRY_IMPLEMENT_MAIN(ExampleDrawStress);