-Remove harcoded opengl extension testing from OS, ask rasterizer instead.
-Fixed a bug where etc textures were imported broken
This commit is contained in:
@ -2976,7 +2976,7 @@ int OS_Windows::get_power_percent_left() {
|
||||
|
||||
bool OS_Windows::_check_internal_feature_support(const String &p_feature) {
|
||||
|
||||
return p_feature == "pc" || p_feature == "s3tc" || p_feature == "bptc";
|
||||
return p_feature == "pc";
|
||||
}
|
||||
|
||||
void OS_Windows::disable_crash_handler() {
|
||||
|
||||
Reference in New Issue
Block a user