createArrayCubemap
Creates an array cubemap texture with the specified dimensions, format, type, and number of mipmap levels.
Return
A new instance of ArrayCubemap configured with the specified parameters.
Parameters
The width of each cubemap face in pixels.
The number of layers in the array cubemap.
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 an array cubemap texture with the specified dimensions, format, type, and number of mipmap levels.
Return
A new instance of ArrayCubemap configured with the specified parameters.
Parameters
The width of each cubemap face in pixels.
The number of layers in the array cubemap.
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 an array cubemap texture with the specified dimensions, format, type, and number of mipmap levels.
Return
A new instance of ArrayCubemap configured with the specified parameters.
Parameters
The width of each cubemap face in pixels.
The number of layers in the array cubemap.
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.