mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 05:43:12 +01:00
Added ability to specify swap chain for screenshot.
This commit is contained in:
@@ -2097,7 +2097,7 @@ VK_IMPORT_DEVICE
|
||||
m_uniforms[_handle.idx] = NULL;
|
||||
}
|
||||
|
||||
void saveScreenShot(const char* /*_filePath*/) BX_OVERRIDE
|
||||
void saveScreenShot(FrameBufferHandle /*_handle*/, const char* /*_filePath*/) BX_OVERRIDE
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user