Share via


MTLDevice_Extensions.SupportsTextureSampleCount(IMTLDevice, nuint) 方法

定义

返回一个布尔值,该值指示设备是否支持指定的纹理计数。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool SupportsTextureSampleCount (this Metal.IMTLDevice This, nuint sampleCount);
static member SupportsTextureSampleCount : Metal.IMTLDevice * nuint -> bool

参数

This
IMTLDevice

此方法在其上运行的实例。

sampleCount
System.System.UIntPtr System.unativeint

返回

属性

适用于