OGL: Move copy_image variable into backend.

This commit is contained in:
degasus
2015-07-25 12:10:52 +02:00
parent 767ed88f3d
commit e2f42f8fd0
5 changed files with 11 additions and 10 deletions

View File

@ -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