IMTLComputeCommandEncoder
DispatchType
DispatchThreadgroups(MTLSize, MTLSize)
DispatchThreadgroups(IMTLBuffer, nuint, MTLSize)
DispatchThreads(MTLSize, MTLSize)
ExecuteCommands(IMTLIndirectCommandBuffer, NSRange)
ExecuteCommands(IMTLIndirectCommandBuffer, IMTLBuffer, nuint)
MemoryBarrier(MTLBarrierScope)
MemoryBarrier(IMTLResource[], nuint)
SampleCounters(IMTLCounterSampleBuffer, nuint, Boolean)
SetAccelerationStructure(IMTLAccelerationStructure, nuint)
SetBuffer(IMTLBuffer, nuint, nuint)
SetBuffer(IMTLBuffer, nuint, nuint)
SetBufferOffset(nuint, nuint)
SetBufferOffset(nuint, nuint)
SetBuffers(IMTLBuffer[], IntPtr, NSRange)
SetBuffers(nint, nint, NSRange)
SetBytes(IntPtr, nuint, nuint)
SetBytes(nint, nuint, nuint)
SetComputePipelineState(IMTLComputePipelineState)
SetImageblock(nuint, nuint)
SetIntersectionFunctionTable(IMTLIntersectionFunctionTable, nuint)
SetIntersectionFunctionTables(IMTLIntersectionFunctionTable[], NSRange)
SetSamplerState(IMTLSamplerState, nuint)
SetSamplerState(IMTLSamplerState, nuint)
SetSamplerState(IMTLSamplerState, Single, Single, nuint)
SetSamplerState(IMTLSamplerState, Single, Single, nuint)
SetSamplerStates(IMTLSamplerState[], NSRange)
SetSamplerStates(IMTLSamplerState[], nint, nint, NSRange)
SetStage(MTLRegion)
SetStageInRegion(IMTLBuffer, nuint)
SetTexture(IMTLTexture, nuint)
SetTexture(IMTLTexture, nuint)
SetTextures(IMTLTexture[], NSRange)
SetThreadgroupMemoryLength(nuint, nuint)
SetThreadgroupMemoryLength(nuint, nuint)
SetVisibleFunctionTable(IMTLVisibleFunctionTable, nuint)
SetVisibleFunctionTables(IMTLVisibleFunctionTable[], NSRange)
Update(IMTLFence)
UseHeap(IMTLHeap)
UseHeaps(IMTLHeap[], nuint)
UseResource(IMTLResource, MTLResourceUsage)
UseResources(IMTLResource[], nuint, MTLResourceUsage)
Wait(IMTLFence)
DispatchThreadgroups(IMTLComputeCommandEncoder, IMTLBuffer, nuint, MTLSize)
DispatchThreads(IMTLComputeCommandEncoder, MTLSize, MTLSize)
ExecuteCommands(IMTLComputeCommandEncoder, IMTLIndirectCommandBuffer, NSRange)
ExecuteCommands(IMTLComputeCommandEncoder, IMTLIndirectCommandBuffer, IMTLBuffer, nuint)
GetDispatchType(IMTLComputeCommandEncoder)
MemoryBarrier(IMTLComputeCommandEncoder, MTLBarrierScope)
MemoryBarrier(IMTLComputeCommandEncoder, IMTLResource[], nuint)
SampleCounters(IMTLComputeCommandEncoder, IMTLCounterSampleBuffer, nuint, Boolean)
SampleCounters(IMTLComputeCommandEncoder, MTLCounterSampleBuffer, nuint, Boolean)
SetAccelerationStructure(IMTLComputeCommandEncoder, IMTLAccelerationStructure, nuint)
SetBuffer(IMTLComputeCommandEncoder, IMTLBuffer, nuint, nuint, nuint)
SetBufferOffset(IMTLComputeCommandEncoder, nuint, nuint, nuint)
SetBuffers(IMTLComputeCommandEncoder, IMTLBuffer[], nuint[], NSRange)
SetBuffers(IMTLComputeCommandEncoder, nint, nint, nint, NSRange)
SetBytes(IMTLComputeCommandEncoder, nint, nuint, nuint, nuint)
SetImageblock(IMTLComputeCommandEncoder, nuint, nuint)
SetIntersectionFunctionTable(IMTLComputeCommandEncoder, IMTLIntersectionFunctionTable, nuint)
SetIntersectionFunctionTables(IMTLComputeCommandEncoder, IMTLIntersectionFunctionTable[], NSRange)
SetStage(IMTLComputeCommandEncoder, MTLRegion)
SetStageInRegion(IMTLComputeCommandEncoder, IMTLBuffer, nuint)
SetVisibleFunctionTable(IMTLComputeCommandEncoder, IMTLVisibleFunctionTable, nuint)
SetVisibleFunctionTables(IMTLComputeCommandEncoder, IMTLVisibleFunctionTable[], NSRange)
Update(IMTLComputeCommandEncoder, IMTLFence)
UseHeap(IMTLComputeCommandEncoder, IMTLHeap)
UseHeaps(IMTLComputeCommandEncoder, IMTLHeap[], nuint)
UseResource(IMTLComputeCommandEncoder, IMTLResource, MTLResourceUsage)
UseResources(IMTLComputeCommandEncoder, IMTLResource[], nuint, MTLResourceUsage)
Wait(IMTLComputeCommandEncoder, IMTLFence)
xamarinios
namespace Metal
{
public static class MTLComputeCommandEncoder_Extensions
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Introduced(PlatformName.TvOS, 13, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public static void ExecuteCommands(this IMTLComputeCommandEncoder! This, IMTLIndirectCommandBuffer! indirectCommandBuffer, NSRange executionRange);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin tvOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API