Skip to content

Commit

Permalink
GPU/HW: Remove extra debug group pop
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Dec 28, 2024
1 parent 74fd217 commit c258946
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/gpu_hw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit c258946

Please # to comment.