Vulkan: Use VideoCommon framedump helpers.

This commit is contained in:
degasus
2016-10-07 21:28:06 +02:00
parent 6b08830a95
commit e82cf46436
2 changed files with 11 additions and 74 deletions

View File

@ -100,9 +100,6 @@ private:
bool ResizeScreenshotBuffer(u32 new_width, u32 new_height);
void DestroyScreenshotResources();
void WriteScreenshot();
void WriteFrameDump();
void StopFrameDump();
FramebufferManager* m_framebuffer_mgr = nullptr;
VkSemaphore m_image_available_semaphore = VK_NULL_HANDLE;