MTLDevice_Extensions.GetDefaultSamplePositions 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.
Provides the default sample positions for the specified sample count.
public static void GetDefaultSamplePositions(this Metal.IMTLDevice This, Metal.MTLSamplePosition[] positions, UIntPtr count);
static member GetDefaultSamplePositions : Metal.IMTLDevice * Metal.MTLSamplePosition[] * unativeint -> unit
Parameters
- This
- IMTLDevice
The instance on which this method operates.
- positions
- MTLSamplePosition[]
Array that will be filled with the default sample postions.
- count
-
UIntPtr
unativeint
The number of positions, which determines the set of default positions.