Learn about texture types, GPU texture formats, and mipmaps.
| Page | Description |
|---|---|
| Introduction to textures | Learn about how textures provide the fine detail of a surface, and how different features use textures. |
| Texture types | Learn about albedo textures, alpha maps, normal maps, detail maps, and terrain heightmaps. |
| Texture formats in memory | Resources for choosing and using texture compression formats on the GPU. |
| Mipmaps | Understand how mipmaps store progressively smaller and lower resolution versions of a single texture. |