MTLRenderPassDescriptor.GetSamplePositions 方法

定义

重载

GetSamplePositions(IntPtr, nuint)

填充可编程positionscount的样本位置。

GetSamplePositions(MTLSamplePosition[])

填充可编程 positions 的样本位置。

GetSamplePositions(IntPtr, nuint)

填充可编程positionscount的样本位置。

[Foundation.Export("getSamplePositions:count:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nuint GetSamplePositions (IntPtr positions, nuint count);
abstract member GetSamplePositions : nativeint * nuint -> nuint
override this.GetSamplePositions : nativeint * nuint -> nuint

参数

positions
IntPtr

nativeint

要填充样本位置的数组。 可为 null

此参数可以为 null

count
System.System.UIntPtr System.unativeint

要获取的职位数。

返回

System.System.UIntPtr System.unativeint
属性

适用于

GetSamplePositions(MTLSamplePosition[])

填充可编程 positions 的样本位置。

public nuint GetSamplePositions (Metal.MTLSamplePosition[] positions);
member this.GetSamplePositions : Metal.MTLSamplePosition[] -> nuint

参数

positions
MTLSamplePosition[]

要填充样本位置的数组。

返回

System.System.UIntPtr System.unativeint

适用于