MTLDevice_Extensions.SupportsTextureSampleCount(IMTLDevice, nuint) Method

Definition

Returns a Boolean value that tells whether the device supports the specified texture count.

[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

Parameters

This
IMTLDevice

The instance on which this method operates.

sampleCount
System.System.UIntPtr System.unativeint

Returns

Attributes

Applies to