IMTLIndirectRenderCommand.DrawPrimitives 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("drawPrimitives:vertexStart:vertexCount:instanceCount:baseInstance:")]
[Foundation.Preserve(Conditional=true)]
public void DrawPrimitives (Metal.MTLPrimitiveType primitiveType, nuint vertexStart, nuint vertexCount, nuint instanceCount, nuint baseInstance);
abstract member DrawPrimitives : Metal.MTLPrimitiveType * nuint * nuint * nuint * nuint -> unit
Parameters
- primitiveType
- MTLPrimitiveType
- vertexStart
- System.System.UIntPtr System.unativeint
- vertexCount
- System.System.UIntPtr System.unativeint
- instanceCount
- System.System.UIntPtr System.unativeint
- baseInstance
- System.System.UIntPtr System.unativeint
- Attributes