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

@ -36,6 +36,7 @@ struct VideoConfig
bool bSupportViewportFloat;
bool bSupportsAEP;
bool bSupportsDebug;
bool bSupportsCopySubImage;
const char* gl_vendor;
const char* gl_renderer;