MTLRenderCommandEncoder_Extensions.DrawIndexedPrimitives メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DrawIndexedPrimitives(IMTLRenderCommandEncoder, MTLPrimitiveType, MTLIndexType, IMTLBuffer, nuint, IMTLBuffer, nuint)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DrawIndexedPrimitives (this Metal.IMTLRenderCommandEncoder This, Metal.MTLPrimitiveType primitiveType, Metal.MTLIndexType indexType, Metal.IMTLBuffer indexBuffer, nuint indexBufferOffset, Metal.IMTLBuffer indirectBuffer, nuint indirectBufferOffset);
static member DrawIndexedPrimitives : Metal.IMTLRenderCommandEncoder * Metal.MTLPrimitiveType * Metal.MTLIndexType * Metal.IMTLBuffer * nuint * Metal.IMTLBuffer * nuint -> unit
パラメーター
- primitiveType
- MTLPrimitiveType
- indexType
- MTLIndexType
- indexBuffer
- IMTLBuffer
- indexBufferOffset
- System.System.UIntPtr System.unativeint
- indirectBuffer
- IMTLBuffer
- indirectBufferOffset
- System.System.UIntPtr System.unativeint
- 属性
適用対象
DrawIndexedPrimitives(IMTLRenderCommandEncoder, MTLPrimitiveType, nuint, MTLIndexType, IMTLBuffer, nuint, nuint, nint, nuint)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DrawIndexedPrimitives (this Metal.IMTLRenderCommandEncoder This, Metal.MTLPrimitiveType primitiveType, nuint indexCount, Metal.MTLIndexType indexType, Metal.IMTLBuffer indexBuffer, nuint indexBufferOffset, nuint instanceCount, nint baseVertex, nuint baseInstance);
static member DrawIndexedPrimitives : Metal.IMTLRenderCommandEncoder * Metal.MTLPrimitiveType * nuint * Metal.MTLIndexType * Metal.IMTLBuffer * nuint * nuint * nint * nuint -> unit
パラメーター
- 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
- 属性