We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6454ad + a33d161 commit ec5aceeCopy full SHA for ec5acee
libs/hwui/TextureCache.cpp
@@ -75,7 +75,7 @@ void TextureCache::init() {
75
76
mDebugEnabled = readDebugLevel() & kDebugCaches;
77
78
- mHasNPot = Caches::getInstance().extensions.hasNPot();
+ mHasNPot = false; //Caches::getInstance().extensions.hasNPot();
79
}
80
81
///////////////////////////////////////////////////////////////////////////////
0 commit comments