BasisUniversal: Ensure ASTC's HDR variant is supported when transcoding
This commit is contained in:
parent
f2cc3f1275
commit
4d46ef8e8e
3 changed files with 9 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue