MTLTextureDescriptor.CreateTextureCubeDescriptor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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