MTLRenderCommandEncoder_Extensions.ExecuteCommands メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ExecuteCommands(IMTLRenderCommandEncoder, IMTLIndirectCommandBuffer, IMTLBuffer, nuint) | |
ExecuteCommands(IMTLRenderCommandEncoder, IMTLIndirectCommandBuffer, NSRange) |
ExecuteCommands(IMTLRenderCommandEncoder, IMTLIndirectCommandBuffer, IMTLBuffer, nuint)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ExecuteCommands (this Metal.IMTLRenderCommandEncoder This, Metal.IMTLIndirectCommandBuffer indirectCommandbuffer, Metal.IMTLBuffer indirectRangeBuffer, nuint indirectBufferOffset);
static member ExecuteCommands : Metal.IMTLRenderCommandEncoder * Metal.IMTLIndirectCommandBuffer * Metal.IMTLBuffer * nuint -> unit
パラメーター
- indirectCommandbuffer
- IMTLIndirectCommandBuffer
- indirectRangeBuffer
- IMTLBuffer
- indirectBufferOffset
- System.System.UIntPtr System.unativeint
- 属性
適用対象
ExecuteCommands(IMTLRenderCommandEncoder, IMTLIndirectCommandBuffer, NSRange)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ExecuteCommands (this Metal.IMTLRenderCommandEncoder This, Metal.IMTLIndirectCommandBuffer indirectCommandBuffer, Foundation.NSRange executionRange);
static member ExecuteCommands : Metal.IMTLRenderCommandEncoder * Metal.IMTLIndirectCommandBuffer * Foundation.NSRange -> unit
パラメーター
- indirectCommandBuffer
- IMTLIndirectCommandBuffer
- executionRange
- NSRange
- 属性