MTLTextureDescriptor.CreateTextureCubeDescriptor Method

Definition

[Foundation.Export("textureCubeDescriptorWithPixelFormat:size:mipmapped:")]
public static Metal.MTLTextureDescriptor CreateTextureCubeDescriptor (Metal.MTLPixelFormat pixelFormat, nuint size, bool mipmapped);
static member CreateTextureCubeDescriptor : Metal.MTLPixelFormat * nuint * bool -> Metal.MTLTextureDescriptor

Parameters

pixelFormat
MTLPixelFormat
size
System.System.UIntPtr System.unativeint
mipmapped
Boolean

Returns

Attributes

Applies to