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.