unplugged-system/device/generic/vulkan-cereal/stream-servers/vulkan/emulated_textures
2025-10-06 13:59:42 +00:00
..
shaders Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Android.bp Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
AstcTexture.cpp Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
AstcTexture.h Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
CMakeLists.txt Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
CompressedImageInfo.cpp Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
CompressedImageInfo.h Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

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.