mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 17:59:50 +00:00
OGL: Move copy_image variable into backend.
This commit is contained in:
parent
767ed88f3d
commit
e2f42f8fd0
5 changed files with 11 additions and 10 deletions
|
@ -160,7 +160,6 @@ struct VideoConfig final
|
|||
bool bSupportsPostProcessing;
|
||||
bool bSupportsPaletteConversion;
|
||||
bool bSupportsClipControl; // Needed by VertexShaderGen, so must stay in VideoCommon
|
||||
bool bSupportsCopySubImage; // Needed for partial texture updates
|
||||
} backend_info;
|
||||
|
||||
// Utility
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue