MTLRenderPassDescriptor.SetSamplePositions 方法

定义

重载

SetSamplePositions(MTLSamplePosition[])

使用 中的数据 positions设置可编程的示例柱。

SetSamplePositions(IntPtr, nuint)

使用 count 中的数据 positions设置可编程的示例柱。

SetSamplePositions(MTLSamplePosition[])

使用 中的数据 positions设置可编程的示例柱。

public void SetSamplePositions (Metal.MTLSamplePosition[] positions);
member this.SetSamplePositions : Metal.MTLSamplePosition[] -> unit

参数

positions
MTLSamplePosition[]

要设置的位置。

适用于

SetSamplePositions(IntPtr, nuint)

使用 count 中的数据 positions设置可编程的示例柱。

[Foundation.Export("setSamplePositions: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 void SetSamplePositions (IntPtr positions, nuint count);
abstract member SetSamplePositions : nativeint * nuint -> unit
override this.SetSamplePositions : nativeint * nuint -> unit

参数

positions
IntPtr

nativeint

要设置的位置。 可为 null

此参数可以为 null

count
System.System.UIntPtr System.unativeint

要设置的职位数。

属性

适用于