Compartir a través de


MTLTexture_Extensions.CreateTextureView Método

Definición

Crea y devuelve una textura Metal que comparte la misma memoria que el objeto de origen, pero que se interpreta con el nuevo formato de píxel.

public static Metal.IMTLTexture CreateTextureView (this Metal.IMTLTexture This, Metal.MTLPixelFormat pixelFormat, Metal.MTLTextureType textureType, Foundation.NSRange levelRange, Foundation.NSRange sliceRange);
static member CreateTextureView : Metal.IMTLTexture * Metal.MTLPixelFormat * Metal.MTLTextureType * Foundation.NSRange * Foundation.NSRange -> Metal.IMTLTexture

Parámetros

This
IMTLTexture

Instancia en la que opera este método.

pixelFormat
MTLPixelFormat
textureType
MTLTextureType
levelRange
NSRange
sliceRange
NSRange

Devoluciones

Se aplica a