次の方法で共有


MTLRenderPassDescriptor.SetSamplePositions メソッド

定義

オーバーロード

SetSamplePositions(MTLSamplePosition[])

からの positionsデータを使用してプログラミング可能なサンプルポストを設定します。

SetSamplePositions(IntPtr, nuint)

からのpositionsデータを使用してプログラミング可能なサンプルポストをcount設定します。

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

パラメーター

positions
IntPtr

nativeint

設定する位置。 null でもかまいません。

このパラメーターは、null に設定できます。

count
System.System.UIntPtr System.unativeint

設定する投稿の数。

属性

適用対象