MTLRenderPassDescriptor.SetSamplePositions 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SetSamplePositions(MTLSamplePosition[]) |
使用 中的数据 |
SetSamplePositions(IntPtr, nuint) |
使用 |
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
参数
- count
- System.System.UIntPtr System.unativeint
要设置的职位数。
- 属性