다음을 통해 공유


MTLTexture_Extensions.CreateTextureView 메서드

정의

원본 개체와 동일한 메모리를 공유하지만 새 픽셀 형식으로 해석되는 Metal 텍스처를 만들고 반환합니다.

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

매개 변수

This
IMTLTexture

이 메서드가 작동하는 인스턴스입니다.

pixelFormat
MTLPixelFormat
textureType
MTLTextureType
levelRange
NSRange
sliceRange
NSRange

반환

적용 대상