xamarinios
namespace Metal
{
    [Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
    [Protocol(Name = "MTLResourceStateCommandEncoder", WrapperType = typeof(MTLResourceStateCommandEncoderWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Update", ParameterByRef = new[] { false, false, false, false, false, false }, ParameterType = new[] { typeof(IMTLTexture), typeof(MTLSparseTextureMappingMode), typeof(IntPtr), typeof(IntPtr), typeof(IntPtr), typeof(nuint) }, Selector = "updateTextureMappings:mode:regions:mipLevels:slices:numRegions:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Update", ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(IMTLTexture), typeof(MTLSparseTextureMappingMode), typeof(MTLRegion), typeof(nuint), typeof(nuint) }, Selector = "updateTextureMapping:mode:region:mipLevel:slice:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Update", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(IMTLTexture), typeof(MTLSparseTextureMappingMode), typeof(IMTLBuffer), typeof(nuint) }, Selector = "updateTextureMapping:mode:indirectBuffer:indirectBufferOffset:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Update", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(IMTLFence) }, Selector = "updateFence:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Wait", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(IMTLFence) }, Selector = "waitForFence:")]
    [Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
    [Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
    public interface IMTLResourceStateCommandEncoder : IMTLCommandEncoder, 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/02/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙