6 lines
264 B
Markdown
6 lines
264 B
Markdown
|
|
# Emulated Textures
|
||
|
|
|
||
|
|
This directory contains code related to providing emulated support for compressed texture formats.
|
||
|
|
|
||
|
|
For example, support for ASTC and ETC2 texture formats is the norm on mobile GPUs but is non-existent
|
||
|
|
on desktop GPUs and needs to be emulated.
|