diff options
author | BlueCube3310 <53150244+BlueCube3310@users.noreply.github.com> | 2024-02-05 18:53:35 +0100 |
---|---|---|
committer | BlueCube3310 <53150244+BlueCube3310@users.noreply.github.com> | 2024-02-05 18:53:35 +0100 |
commit | becf5b1d2343a8f675300bfbf398140549d641f6 (patch) | |
tree | 0a16dddf2add1f2bd92572ad41b60ba86989f29b /thirdparty/etcpak/ProcessRGB.hpp | |
parent | d3352813ea44447bfbf135efdec23acc4d1d3f89 (diff) | |
download | redot-engine-becf5b1d2343a8f675300bfbf398140549d641f6.tar.gz |
[etcpak] Sync with upstream
Diffstat (limited to 'thirdparty/etcpak/ProcessRGB.hpp')
-rw-r--r-- | thirdparty/etcpak/ProcessRGB.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/thirdparty/etcpak/ProcessRGB.hpp b/thirdparty/etcpak/ProcessRGB.hpp index 050ea42562..e3247d842b 100644 --- a/thirdparty/etcpak/ProcessRGB.hpp +++ b/thirdparty/etcpak/ProcessRGB.hpp @@ -9,8 +9,8 @@ void CompressEtc1Rgb( const uint32_t* src, uint64_t* dst, uint32_t blocks, size_ void CompressEtc1RgbDither( const uint32_t* src, uint64_t* dst, uint32_t blocks, size_t width ); void CompressEtc2Rgb( const uint32_t* src, uint64_t* dst, uint32_t blocks, size_t width, bool useHeuristics ); void CompressEtc2Rgba( const uint32_t* src, uint64_t* dst, uint32_t blocks, size_t width, bool useHeuristics ); -// -- GODOT start -- -void CompressEtc2R8( const uint32_t* src, uint64_t* dst, uint32_t blocks, size_t width ); -void CompressEtc2RG8( const uint32_t* src, uint64_t* dst, uint32_t blocks, size_t width ); -// -- GODOT end -- + +void CompressEacR( const uint32_t* src, uint64_t* dst, uint32_t blocks, size_t width ); +void CompressEacRg( const uint32_t* src, uint64_t* dst, uint32_t blocks, size_t width ); + #endif |