mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 16:47:53 +00:00
gl_rasterizer_cache: Move format conversion to its own file
This commit is contained in:
parent
64612bf940
commit
3989075e5f
7 changed files with 175 additions and 136 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
namespace Tegra::Texture::ASTC {
|
||||
|
||||
std::vector<uint8_t> Decompress(std::vector<uint8_t>& data, uint32_t width, uint32_t height,
|
||||
std::vector<uint8_t> Decompress(const uint8_t* data, uint32_t width, uint32_t height,
|
||||
uint32_t depth, uint32_t block_width, uint32_t block_height);
|
||||
|
||||
} // namespace Tegra::Texture::ASTC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue