This commit is contained in:
Branimir Karadžić
2017-03-02 19:29:34 -08:00
parent 86fc54ccfc
commit 1444704901
15 changed files with 42 additions and 29 deletions

View File

@@ -440,7 +440,7 @@ int _main_(int _argc, char** _argv)
if (150 == frame)
{
bgfx::FrameBufferHandle fbh = BGFX_INVALID_HANDLE;
bgfx::saveScreenShot(fbh, "temp/frame150");
bgfx::requestScreenShot(fbh, "temp/frame150");
}
// Advance to next frame. Rendering thread will be kicked to