dimensions(width:height:depth:)
Specifies the dimensions of the 3D texture.
Declaration
static func dimensions(width: Int, height: Int, depth: Int) -> TextureResource.Dimensions3DDiscussion
The content specifies the number of mipmap levels.
Specifies the dimensions of the 3D texture.
static func dimensions(width: Int, height: Int, depth: Int) -> TextureResource.Dimensions3DThe content specifies the number of mipmap levels.