createArrayTexture
Creates a 2D array texture with the specified dimensions, format, type, and number of mipmap levels.
Return
A new instance of ArrayTexture configured with the specified parameters.
Parameters
The width of the texture in pixels.
The height of the texture in pixels.
The number of layers in the array texture.
The color format of the texture (e.g., RGB, RGBA).
The color type of the texture (e.g., unsigned byte, float).
The number of mipmap levels for the texture. Defaults to 1.
The session associated with this texture. Defaults to the currently active session.
Creates a 2D array texture with the specified dimensions, format, type, and number of mipmap levels.
Return
A new instance of ArrayTexture configured with the specified parameters.
Parameters
The width of the texture in pixels.
The height of the texture in pixels.
The number of layers in the array texture.
The color format of the texture (e.g., RGB, RGBA).
The color type of the texture (e.g., unsigned byte, float).
The number of mipmap levels for the texture. Defaults to 1.
The session associated with this texture. Defaults to the currently active session.
Creates a 2D array texture with the specified dimensions, format, type, and number of mipmap levels.
Return
A new instance of ArrayTexture configured with the specified parameters.
Parameters
The width of the texture in pixels.
The height of the texture in pixels.
The number of layers in the array texture.
The color format of the texture (e.g., RGB, RGBA).
The color type of the texture (e.g., unsigned byte, float).
The number of mipmap levels for the texture. Defaults to 1.
The session associated with this texture. Defaults to the currently active session.