• Home
Name Date Size #Lines LOC

..--

shaders/06-Sep-2024-72,67272,177

testing/06-Sep-2024-215151

Android.bpD06-Sep-2024671 2220

AstcTexture.cppD06-Sep-202411.6 KiB292221

AstcTexture.hD06-Sep-20243.1 KiB7546

CMakeLists.txtD06-Sep-2024599 2118

CompressedImageInfo.cppD06-Sep-202434.3 KiB815667

CompressedImageInfo.hD06-Sep-20248.8 KiB19089

GpuDecompressionPipeline.cppD06-Sep-202412.6 KiB337276

GpuDecompressionPipeline.hD06-Sep-20244.8 KiB13170

README.mdD06-Sep-2024264 64

meson.buildD06-Sep-2024686 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.