Hi
I want to create a render target which is a texture array, which function shall I use?
The background is, I'm implementing a voxel based global illumination, and I need to render geometry into a 3d volume (2D texture array).
I've searched API and code samples but couldn't find any examples about render target array.
Thanks in advance