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)
使用 中的資料 positions
設定可程式化的範例貼文 count
。
[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
要設定的後置數目。
- 屬性