GPU: Add virtual call when buffers are swapped

This commit is contained in:
Stenzek
2024-03-24 19:57:18 +10:00
parent 0c3cf1f5f8
commit 80d1056ddf
4 changed files with 12 additions and 0 deletions

View File

@ -3412,6 +3412,11 @@ void GPU_HW::UpdateDownsamplingLevels()
g_gpu_device->RecycleTexture(std::move(m_downsample_texture));
}
void GPU_HW::OnBufferSwapped()
{
GL_INS("OnBufferSwapped()");
}
void GPU_HW::DownsampleFramebuffer()
{
GPUTexture* source = m_display_texture;