BasisUniversal: Ensure ASTC's HDR variant is supported when transcoding
(cherry picked from commit 4d46ef8e8e)
This commit is contained in:
committed by
Rémi Verschelde
parent
757173e0e2
commit
1a379d1805
@ -421,6 +421,9 @@ bool Utilities::has_os_feature(const String &p_feature) const {
|
||||
if (p_feature == "etc2") {
|
||||
return config->etc2_supported;
|
||||
}
|
||||
if (p_feature == "astc_hdr") {
|
||||
return config->astc_hdr_supported;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user