Metal: Fixed screenshot.

This commit is contained in:
Бранимир Караџић
2020-11-10 17:14:54 -08:00
parent e541312851
commit 2b4bf6d913
5 changed files with 17 additions and 29 deletions

View File

@@ -994,12 +994,6 @@ namespace bgfx { namespace webgpu
m_uniformReg.remove(_handle);
}
void requestScreenShotPre(const char* _filePath)
{
BX_UNUSED(_filePath);
//m_saveScreenshot = true;
}
void requestScreenShot(FrameBufferHandle _handle, const char* _filePath) override
{
BX_UNUSED(_handle); BX_UNUSED(_filePath);