IMTLIndirectRenderCommand.DrawIndexedPatches Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
[Foundation.Export("drawIndexedPatches:patchStart:patchCount:patchIndexBuffer:patchIndexBufferOffset:controlPointIndexBuffer:controlPointIndexBufferOffset:instanceCount:baseInstance:tessellationFactorBuffer:tessellationFactorBufferOffset:tessellationFactorBufferInstanceStride:")]
[Foundation.Preserve(Conditional=true)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public void DrawIndexedPatches (nuint numberOfPatchControlPoints, nuint patchStart, nuint patchCount, Metal.IMTLBuffer patchIndexBuffer, nuint patchIndexBufferOffset, Metal.IMTLBuffer controlPointIndexBuffer, nuint controlPointIndexBufferOffset, nuint instanceCount, nuint baseInstance, Metal.IMTLBuffer buffer, nuint offset, nuint instanceStride);
abstract member DrawIndexedPatches : nuint * nuint * nuint * Metal.IMTLBuffer * nuint * Metal.IMTLBuffer * nuint * nuint * nuint * Metal.IMTLBuffer * nuint * nuint -> unit
Параметры
- numberOfPatchControlPoints
- System.System.UIntPtr System.unativeint
- patchStart
- System.System.UIntPtr System.unativeint
- patchCount
- System.System.UIntPtr System.unativeint
- patchIndexBuffer
- IMTLBuffer
- patchIndexBufferOffset
- System.System.UIntPtr System.unativeint
- controlPointIndexBuffer
- IMTLBuffer
- controlPointIndexBufferOffset
- System.System.UIntPtr System.unativeint
- instanceCount
- System.System.UIntPtr System.unativeint
- baseInstance
- System.System.UIntPtr System.unativeint
- buffer
- IMTLBuffer
- offset
- System.System.UIntPtr System.unativeint
- instanceStride
- System.System.UIntPtr System.unativeint
- Атрибуты