• Home
Name Date Size #Lines LOC

..--

shaders/04-Jul-2025-72,67272,177

testing/04-Jul-2025-215151

Android.bpD04-Jul-2025724 2523

AstcTexture.cppD04-Jul-202511.6 KiB292221

AstcTexture.hD04-Jul-20253.1 KiB7546

CMakeLists.txtD04-Jul-2025599 2118

CompressedImageInfo.cppD04-Jul-202534.3 KiB815667

CompressedImageInfo.hD04-Jul-20258.8 KiB19089

GpuDecompressionPipeline.cppD04-Jul-202512.6 KiB337276

GpuDecompressionPipeline.hD04-Jul-20254.8 KiB13170

README.mdD04-Jul-2025264 64

meson.buildD04-Jul-2025686 2319

README.md

1# Emulated Textures
2
3This directory contains code related to providing emulated support for compressed texture formats.
4
5For example, support for ASTC and ETC2 texture formats is the norm on mobile GPUs but is non-existent
6on desktop GPUs and needs to be emulated.