xamarintvos
namespace Metal
{
[Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
[Protocol(Name = "MTLCommandQueue", WrapperType = typeof(MTLCommandQueueWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "InsertDebugCaptureBoundary", Selector = "insertDebugCaptureBoundary")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "CommandBuffer", ReturnType = typeof(IMTLCommandBuffer), Selector = "commandBuffer")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "CommandBufferWithUnretainedReferences", ReturnType = typeof(IMTLCommandBuffer), Selector = "commandBufferWithUnretainedReferences")]
[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 IMTLCommandQueue : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.iOS, 11, 0, PlatformArchitecture.None, "Use 'MTLCaptureScope' instead.")]
[Deprecated(PlatformName.MacOSX, 10, 13, PlatformArchitecture.None, "Use 'MTLCaptureScope' instead.")]
[Deprecated(PlatformName.iOS, 11, 0, PlatformArchitecture.None, "Use 'MTLCaptureScope' instead.")]
[Deprecated(PlatformName.MacOSX, 10, 13, PlatformArchitecture.None, "Use 'MTLCaptureScope' instead.")]
[Export("insertDebugCaptureBoundary")]
[Preserve(Conditional = true)]
void InsertDebugCaptureBoundary();
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarintvos | |
Assembly | Xamarin.TVOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |