MTLRenderCommandEncoder_Extensions.ExecuteCommands Method

Definition

Overloads

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

Parameters

indirectCommandbuffer
IMTLIndirectCommandBuffer
indirectRangeBuffer
IMTLBuffer
indirectBufferOffset
System.System.UIntPtr System.unativeint
Attributes

Applies to

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

Parameters

indirectCommandBuffer
IMTLIndirectCommandBuffer
executionRange
NSRange
Attributes

Applies to