IMTLDevice.CreateIndirectCommandBuffer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("newIndirectCommandBufferWithDescriptor:maxCommandCount:options:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.IMTLIndirectCommandBuffer? CreateIndirectCommandBuffer(Metal.MTLIndirectCommandBufferDescriptor descriptor, UIntPtr maxCount, Metal.MTLResourceOptions options);
[<Foundation.Export("newIndirectCommandBufferWithDescriptor:maxCommandCount:options:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateIndirectCommandBuffer : Metal.MTLIndirectCommandBufferDescriptor * unativeint * Metal.MTLResourceOptions -> Metal.IMTLIndirectCommandBuffer
override this.CreateIndirectCommandBuffer : Metal.MTLIndirectCommandBufferDescriptor * unativeint * Metal.MTLResourceOptions -> Metal.IMTLIndirectCommandBuffer
Parameters
- descriptor
- MTLIndirectCommandBufferDescriptor
- maxCount
-
UIntPtr
unativeint
- options
- MTLResourceOptions
Returns
- Attributes