mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix unused variable warning
This commit is contained in:
@@ -914,8 +914,6 @@ void WrappedVulkan::HandlePresent(VkQueue queue, const VkPresentInfoKHR *pPresen
|
||||
|
||||
DeviceOwnedWindow devWnd(LayerDisp(m_Instance), swapInfo.wndHandle);
|
||||
|
||||
const bool activeWindow = RenderDoc::Inst().IsActiveWindow(devWnd);
|
||||
|
||||
// need to record which image was last flipped so we can get the correct backbuffer
|
||||
// for a thumbnail in EndFrameCapture
|
||||
swapInfo.lastPresent.imageIndex = imgIndex;
|
||||
|
||||
Reference in New Issue
Block a user