mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 05:43:12 +01:00
Added ability to set view name for profiling events.
This commit is contained in:
@@ -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*/)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user