objc2_metal_kit

Static MTKTextureLoaderCubeLayoutVertical

Source
pub unsafe static MTKTextureLoaderCubeLayoutVertical: &'static MTKTextureLoaderCubeLayout
Available on crate feature MTKTextureLoader only.
Expand description

Identifier specifying that the texture loader will create a cube texture from six faces arranged vertically within a single 2D image

A texture cube will be created from six faces arranged vertically within a single 2D image. The image height must be six times the image width, with faces arranged in the following order from top to bottom: +X, -X, +Y, -Y, +Z, -Z.

See also Appleā€™s documentation