Added ability to set view name for profiling events.

This commit is contained in:
bkaradzic
2013-06-09 15:28:25 -07:00
parent 493766caa6
commit a5c6c0bf5b
12 changed files with 197 additions and 77 deletions

View File

@@ -156,7 +156,11 @@ namespace bgfx
{
}
void Context::rendererSaveScreenShot(Memory* /*_mem*/)
void Context::rendererSaveScreenShot(const char* /*_filePath*/)
{
}
void Context::rendererUpdateViewName(uint8_t /*_id*/, const char* /*_name*/)
{
}