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 |