xamarinios
namespace Metal
{
    [Introduced(PlatformName.TvOS, 13, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
    [Protocol(Name = "MTLIndirectComputeCommand", WrapperType = typeof(MTLIndirectComputeCommandWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SetBarrier", Selector = "setBarrier")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ClearBarrier", Selector = "clearBarrier")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Reset", Selector = "reset")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SetComputePipelineState", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(IMTLComputePipelineState) }, Selector = "setComputePipelineState:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SetKernelBuffer", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(IMTLBuffer), typeof(nuint), typeof(nuint) }, Selector = "setKernelBuffer:offset:atIndex:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ConcurrentDispatchThreadgroups", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MTLSize), typeof(MTLSize) }, Selector = "concurrentDispatchThreadgroups:threadsPerThreadgroup:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "ConcurrentDispatchThreads", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MTLSize), typeof(MTLSize) }, Selector = "concurrentDispatchThreads:threadsPerThreadgroup:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SetThreadgroupMemoryLength", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(nuint), typeof(nuint) }, Selector = "setThreadgroupMemoryLength:atIndex:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SetStageInRegion", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(MTLRegion) }, Selector = "setStageInRegion:")]
    [Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
    public interface IMTLIndirectComputeCommand : INativeObject, IDisposable
}
Assembly Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
.NET 6.07.08.09.0
Platform Restrictions

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

05/03/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙