MTLBlitCommandEncoder_Extensions
Copy(IMTLBlitCommandEncoder, IMTLTexture, IMTLTexture)
Copy(IMTLBlitCommandEncoder, IMTLIndirectCommandBuffer, NSRange, IMTLIndirectCommandBuffer, nuint)
Copy(IMTLBlitCommandEncoder, IMTLTexture, nuint, nuint, IMTLTexture, nuint, nuint, nuint, nuint)
CopyFromBuffer(IMTLBlitCommandEncoder, IMTLBuffer, nuint, nuint, nuint, MTLSize, IMTLTexture, nuint, nuint, MTLOrigin, MTLBlitOption)
CopyFromTexture(IMTLBlitCommandEncoder, IMTLTexture, nuint, nuint, MTLOrigin, MTLSize, IMTLBuffer, nuint, nuint, nuint, MTLBlitOption)
GetTextureAccessCounters(IMTLBlitCommandEncoder, IMTLTexture, MTLRegion, nuint, nuint, Boolean, IMTLBuffer, nuint)
GetTextureAccessCounters(IMTLBlitCommandEncoder, IMTLTexture, MTLRegion, nuint, nuint, Boolean, IMTLBuffer, nuint)
Optimize(IMTLBlitCommandEncoder, IMTLIndirectCommandBuffer, NSRange)
OptimizeContentsForCpuAccess(IMTLBlitCommandEncoder, IMTLTexture)
OptimizeContentsForCpuAccess(IMTLBlitCommandEncoder, IMTLTexture, nuint, nuint)
OptimizeContentsForGpuAccess(IMTLBlitCommandEncoder, IMTLTexture)
OptimizeContentsForGpuAccess(IMTLBlitCommandEncoder, IMTLTexture, nuint, nuint)
ResetCommands(IMTLBlitCommandEncoder, IMTLIndirectCommandBuffer, NSRange)
ResetTextureAccessCounters(IMTLBlitCommandEncoder, IMTLTexture, MTLRegion, nuint, nuint)
ResetTextureAccessCounters(IMTLBlitCommandEncoder, IMTLTexture, MTLRegion, nuint, nuint)
ResolveCounters(IMTLBlitCommandEncoder, MTLCounterSampleBuffer, NSRange, IMTLBuffer, nuint)
SampleCounters(IMTLBlitCommandEncoder, MTLCounterSampleBuffer, nuint, Boolean)
Update(IMTLBlitCommandEncoder, IMTLFence)
Wait(IMTLBlitCommandEncoder, IMTLFence)
xamarinmac
namespace Metal
{
public static class MTLBlitCommandEncoder_Extensions
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Introduced(PlatformName.MacOSX, 10, 15, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.iOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public static void ResolveCounters(this IMTLBlitCommandEncoder! This, MTLCounterSampleBuffer! sampleBuffer, NSRange range, IMTLBuffer! destinationBuffer, nuint destinationOffset);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API