-Remove harcoded opengl extension testing from OS, ask rasterizer instead.
-Fixed a bug where etc textures were imported broken
This commit is contained in:
parent
3299045988
commit
5eeb06ffd1
14 changed files with 41 additions and 18 deletions
|
|
@ -706,7 +706,7 @@ String OS_Android::get_joy_guid(int p_device) const {
|
|||
}
|
||||
|
||||
bool OS_Android::_check_internal_feature_support(const String &p_feature) {
|
||||
if (p_feature == "mobile" || p_feature == "etc" || p_feature == "etc2") {
|
||||
if (p_feature == "mobile") {
|
||||
//TODO support etc2 only if GLES3 driver is selected
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue