From ddd076c224675f7f2ecd3c04f0b94ab841236868 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:44:49 +0000 Subject: [PATCH] Updated Custom Textures (markdown) --- Custom-Textures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom-Textures.md b/Custom-Textures.md index a495689..d8faea3 100644 --- a/Custom-Textures.md +++ b/Custom-Textures.md @@ -4,7 +4,7 @@ Custom textures are accepted in the form of DDS files. DDS is a container format for GPU-native textures. The image data is ready to be uploaded to the GPU. -The image data of a DDS file can use various compression methods, with some methods focusing on specific use cases. +The image data of a DDS file can use various raw and compressed formats, with some of these focusing on specific use cases. ## Recommended formats