Expose Texture2dArray class
Ivaj15
Currently, the Texture2D and Texture3D classes are fully exposed, but the Texture2DArray class is not. Exposing this class would allow us to create and manipulate Texture2DArray.
For example, being able to work with Texture2DArray would enable us to:
Change the resolution of textures in a world that uses Texture2DArray, offering quality options.
Efficiently store images downloaded via an image downloader, reducing draw calls.
Manipulate mipmaps within the Texture2DArray.
Exposing this class would greatly improve workflow and performance options for worlds that rely on advanced texture handling.
Log In