Resources for creating and using an array of 2D textures with the same size, format and flags.
| Page | Description |
|---|---|
| Introduction to texture arrays | Learn about the structure of 2D texture arrays, and which platforms and graphics APIs support them. |
| Create a texture array | Import 2D texture arrays from source texture files that are divided into cells. |
| Create a texture array in a script | Use the Texture2DArray API to initialize a 3D texture and set the pixel data. |
| Render to a 2D texture array | Create a render texture to render to a 2D texture array. |
| Sample a texture array in a shader | Sample a 2D texture array in ShaderLab and High-level Shader Language (HLSL). |