xamarintvos
namespace Metal
{
[Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
[Protocol(Name = "MTLResource", WrapperType = typeof(MTLResourceWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "MakeAliasable", Selector = "makeAliasable")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "SetPurgeableState", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(MTLPurgeableState) }, ReturnType = typeof(MTLPurgeableState), Selector = "setPurgeableState:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "device", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Device", PropertyType = typeof(IMTLDevice), Selector = "device")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "cpuCacheMode", IsProperty = true, IsRequired = true, IsStatic = false, Name = "CpuCacheMode", PropertyType = typeof(MTLCpuCacheMode), Selector = "cpuCacheMode")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "storageMode", IsProperty = true, IsRequired = false, IsStatic = false, Name = "StorageMode", PropertyType = typeof(MTLStorageMode), Selector = "storageMode")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "heap", IsProperty = true, IsRequired = false, IsStatic = false, Name = "Heap", PropertyType = typeof(IMTLHeap), Selector = "heap")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "isAliasable", IsProperty = true, IsRequired = false, IsStatic = false, Name = "IsAliasable", PropertyType = typeof(bool), Selector = "isAliasable")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "allocatedSize", IsProperty = true, IsRequired = false, IsStatic = false, Name = "AllocatedSize", PropertyType = typeof(nuint), Selector = "allocatedSize")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "resourceOptions", IsProperty = true, IsRequired = false, IsStatic = false, Name = "ResourceOptions", PropertyType = typeof(MTLResourceOptions), Selector = "resourceOptions")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "heapOffset", IsProperty = true, IsRequired = false, IsStatic = false, Name = "HeapOffset", PropertyType = typeof(nuint), Selector = "heapOffset")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "hazardTrackingMode", IsProperty = true, IsRequired = false, IsStatic = false, Name = "HazardTrackingMode", PropertyType = typeof(MTLHazardTrackingMode), Selector = "hazardTrackingMode")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "label", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Label", PropertyType = typeof(string), Selector = "label", SetterSelector = "setLabel:")]
public interface IMTLResource : INativeObject, IDisposable
}
nuget.org | 0.0 %
Reference this API |
---|---|
.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. |