Share via


MTLDevice_Extensions.GetDefaultSamplePositions Method

Definition

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.

Applies to