diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-10-14 14:09:57 -0500 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-10-14 14:09:57 -0500 |
commit | 56ed76a372b7eeabf7c52c86684b8084ddb6dbb5 (patch) | |
tree | cccfb27c77cce8207913c1b453afab3e34f0dcfd /thirdparty/basis_universal/transcoder/basisu_file_headers.h | |
parent | a1e768c50810e67cd5bdbb8f3f6a661f26fdb03b (diff) | |
parent | 200ed0971a04b3a83b30a782416f8ac95aee5a1f (diff) | |
download | redot-engine-56ed76a372b7eeabf7c52c86684b8084ddb6dbb5.tar.gz |
Merge pull request #97582 from BlueCube3310/basisu-hdr
BasisU: Update to 1.50.0 and add HDR support
Diffstat (limited to 'thirdparty/basis_universal/transcoder/basisu_file_headers.h')
-rw-r--r-- | thirdparty/basis_universal/transcoder/basisu_file_headers.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/thirdparty/basis_universal/transcoder/basisu_file_headers.h b/thirdparty/basis_universal/transcoder/basisu_file_headers.h index 4316d738e6..d29e3feb03 100644 --- a/thirdparty/basis_universal/transcoder/basisu_file_headers.h +++ b/thirdparty/basis_universal/transcoder/basisu_file_headers.h @@ -1,5 +1,5 @@ // basis_file_headers.h -// Copyright (C) 2019-2020 Binomial LLC. All Rights Reserved. +// Copyright (C) 2019-2024 Binomial LLC. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -89,7 +89,8 @@ namespace basist enum class basis_tex_format { cETC1S = 0, - cUASTC4x4 = 1 + cUASTC4x4 = 1, + cUASTC_HDR_4x4 = 2 }; struct basis_file_header |