diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-12-08 13:49:45 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-12-08 13:49:45 +0100 |
commit | d7905b3c0b6bdd1f8c5c1b994d817b28133b4fbe (patch) | |
tree | 9c06f33f608a46e14efccfa595f4f0308f3626e7 /thirdparty/basis_universal/transcoder/basisu_transcoder.cpp | |
parent | 12ab5731ab560744cc263e175e7c3a5d3c4ab597 (diff) | |
download | redot-engine-d7905b3c0b6bdd1f8c5c1b994d817b28133b4fbe.tar.gz |
basis_universal: Sync with upstream a91e94c84
https://github.com/BinomialLLC/basis_universal/commit/a91e94c8495d7f470d3df326a364d49324cfd4a3
Diffstat (limited to 'thirdparty/basis_universal/transcoder/basisu_transcoder.cpp')
-rw-r--r-- | thirdparty/basis_universal/transcoder/basisu_transcoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/basis_universal/transcoder/basisu_transcoder.cpp b/thirdparty/basis_universal/transcoder/basisu_transcoder.cpp index 630731900f..3aeba0ee7a 100644 --- a/thirdparty/basis_universal/transcoder/basisu_transcoder.cpp +++ b/thirdparty/basis_universal/transcoder/basisu_transcoder.cpp @@ -16867,7 +16867,7 @@ namespace basist { m_format = basist::basis_tex_format::cETC1S; - // 3.10.2: "Whether the image has 1 or 2 slices can be determined from the DFD’s sample count." + // 3.10.2: "Whether the image has 1 or 2 slices can be determined from the DFD's sample count." // If m_has_alpha is true it may be 2-channel RRRG or 4-channel RGBA, but we let the caller deal with that. m_has_alpha = (m_header.m_dfd_byte_length == 60); |