MTLDevice_Extensions.SupportsTextureSampleCount(IMTLDevice, nuint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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