MTLRenderCommandEncoder_Extensions.ExecuteCommands Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
- Атрибуты