Android: potentially work around a Qualcomm Adreno driver bug which prevented videos from being loaded into vram.

This commit is contained in:
Alex Szpakowski
2018-12-31 21:02:02 -04:00
parent 3af66da51e
commit 364718fa46
5 changed files with 29 additions and 1 deletions
+1
View File
@@ -81,6 +81,7 @@ public:
static bool isMultiFormatMultiCanvasSupported();
static bool isFormatSupported(PixelFormat format, bool readable);
static bool isFormatSupported(PixelFormat format);
static void resetFormatSupport();
private: