IMTLSamplerState 接口

定义

着色器或计算内核对纹理进行采样的方式的系统协议。

[Foundation.Protocol(Name="MTLSamplerState", WrapperType=typeof(Metal.MTLSamplerStateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public interface IMTLSamplerState : IDisposable, ObjCRuntime.INativeObject
type IMTLSamplerState = interface
    interface INativeObject
    interface IDisposable
属性
实现

属性

Device

着色器或计算内核对纹理进行采样的方式的系统协议。

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)
Label

着色器或计算内核对纹理进行采样的方式的系统协议。

适用于