IMTLIndirectRenderCommand.DrawIndexedPrimitives 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("drawIndexedPrimitives:indexCount:indexType:indexBuffer:indexBufferOffset:instanceCount:baseVertex:baseInstance:")]
[Foundation.Preserve(Conditional=true)]
public void DrawIndexedPrimitives (Metal.MTLPrimitiveType primitiveType, nuint indexCount, Metal.MTLIndexType indexType, Metal.IMTLBuffer indexBuffer, nuint indexBufferOffset, nuint instanceCount, nint baseVertex, nuint baseInstance);
abstract member DrawIndexedPrimitives : Metal.MTLPrimitiveType * nuint * Metal.MTLIndexType * Metal.IMTLBuffer * nuint * nuint * nint * nuint -> unit
Parameters
- primitiveType
- MTLPrimitiveType
- indexCount
- System.System.UIntPtr System.unativeint
- indexType
- MTLIndexType
- indexBuffer
- IMTLBuffer
- indexBufferOffset
- System.System.UIntPtr System.unativeint
- instanceCount
- System.System.UIntPtr System.unativeint
- baseVertex
- System.System.IntPtr System.nativeint
- baseInstance
- System.System.UIntPtr System.unativeint
- Attributes