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
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("setThreadgroupMemoryLength:atIndex:")]
[Preserve(Conditional = true)]
void SetThreadgroupMemoryLength(nuint length, nuint index);
}
}
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. |