Render to a 2D texture array
Create a render texture to render to a 2D texture array.
Read time 1 minuteLast updated 13 days ago
To render to a 2D texture array, create a render texture and set the Dimension property to 2D Array.
If you use the API, set the parameter to the slice you want to render to.
Graphics.SetRenderTargetdepthSliceIf the platform supports geometry shaders, use a geometry shader to render to individual slices, or set to to render to all the slices.
depthSlice-1