From c2589461e9f592a3298223c5853a4caa2855aecd Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sat, 28 Dec 2024 13:00:01 +1000 Subject: [PATCH] GPU/HW: Remove extra debug group pop --- src/core/gpu_hw.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/gpu_hw.cpp b/src/core/gpu_hw.cpp index 1590ba7583..cf6dc5c201 100644 --- a/src/core/gpu_hw.cpp +++ b/src/core/gpu_hw.cpp @@ -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())