From 5cc74210cabed300a9a0835789091a11c7868a11 Mon Sep 17 00:00:00 2001 From: reduz Date: Wed, 12 Mar 2014 17:32:19 -0700 Subject: [PATCH] Updated import_textures (markdown) --- import_textures.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/import_textures.md b/import_textures.md index 34c20e2..d7dce7c 100644 --- a/import_textures.md +++ b/import_textures.md @@ -1,8 +1,8 @@ | Uncompressed | Compress Lossless (PNG) | Compress Lossy (WebP) | Compress VRAM | | ------------ | ----------------------- | --------------------- | ------------- | | Description | Stored as raw pixels | Stored as PNG | Stored as WebP | Stored as S3TC/BC,PVRTC/ETC, depending on platform| -| Size on Disk | Large | Small | Very Small | Small | -| Memory Usage | Large | Large | Large | Small | -| Performance | Normal | Normal | Normal | Fast | -| Quality Loss | None | None | Slight | Moderate | -| Load Time | Normal | Slow | Slow | Fast | +| Size on Disk | Large | Small | Very Small | Small | +| Memory Usage | Large | Large | Large | Small | +| Performance | Normal | Normal | Normal | Fast | +| Quality Loss | None | None | Slight | Moderate | +| Load Time | Normal | Slow | Slow | Fast |