Condividi tramite


MTLTexture_Extensions.CreateTextureView Metodo

Definizione

Crea e restituisce una trama Metal che condivide la stessa memoria dell'oggetto di origine, ma che viene interpretata con il nuovo formato pixel.

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

Parametri

This
IMTLTexture

Istanza in cui funziona questo metodo.

pixelFormat
MTLPixelFormat
textureType
MTLTextureType
levelRange
NSRange
sliceRange
NSRange

Restituisce

Si applica a