2D texture arrays
Resources for creating and using an array of textures with the same size, format and flags.
Read time 1 minuteLast updated 13 days ago
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 |
| 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). |