xamarinios
namespace Metal
{
[Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
[Protocol(Name = "MTLCommandEncoder", WrapperType = typeof(MTLCommandEncoderWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "EndEncoding", Selector = "endEncoding")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "PopDebugGroup", Selector = "popDebugGroup")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "InsertDebugSignpost", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(string) }, Selector = "insertDebugSignpost:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "PushDebugGroup", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(string) }, Selector = "pushDebugGroup:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "device", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Device", PropertyType = typeof(IMTLDevice), Selector = "device")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "label", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Label", PropertyType = typeof(string), Selector = "label", SetterSelector = "setLabel:")]
public interface IMTLCommandEncoder : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("popDebugGroup")]
[Preserve(Conditional = true)]
void PopDebugGroup();
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.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. |