mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-22 18:10:08 +00:00
GPU/HW: Remove extra debug group pop
This commit is contained in:
parent
74fd217afb
commit
c2589461e9
@ -3312,7 +3312,6 @@ void GPU_HW::DownloadVRAMFromGPU(u32 x, u32 y, u32 width, u32 height)
|
||||
g_gpu_device->PushUniformBuffer(uniforms, sizeof(uniforms));
|
||||
g_gpu_device->Draw(3, 0);
|
||||
m_vram_readback_texture->MakeReadyForSampling();
|
||||
GL_POP();
|
||||
|
||||
// Stage the readback and copy it into our shadow buffer.
|
||||
if (m_vram_readback_download_texture->IsImported())
|
||||
|
Loading…
x
Reference in New Issue
Block a user