MPSCnnKernel
MPSCnnKernel(IMTLDevice)
MPSCnnKernel(IntPtr)
MPSCnnKernel(NativeHandle)
MPSCnnKernel(NSCoder)
MPSCnnKernel(NSObjectFlag)
MPSCnnKernel(NSCoder, IMTLDevice)
AppendBatchBarrier
ClassHandle
ClipRect
DestinationFeatureChannelOffset
DestinationImageAllocator
DilationRateX
DilationRateY
EdgeMode
IsBackwards
IsResultStateReusedAcrossBatch
IsStateModified
KernelHeight
KernelWidth
Offset
Padding
SourceFeatureChannelMaxCount
SourceFeatureChannelOffset
StrideInPixelsX
StrideInPixelsY
EncodeBatch(IMTLCommandBuffer, NSArray<MPSImage>)
EncodeBatch(IMTLCommandBuffer, NSArray<MPSImage>, NSArray<MPSImage>)
EncodeBatch(IMTLCommandBuffer, NSArray<MPSImage>, NSArray<MPSState>, Boolean)
EncodeBatch(IMTLCommandBuffer, NSArray<MPSImage>, NSArray<MPSState>, NSArray<MPSImage>)
EncodeToCommandBuffer(IMTLCommandBuffer, MPSImage)
EncodeToCommandBuffer(IMTLCommandBuffer, MPSImage, MPSImage)
EncodeToCommandBuffer(IMTLCommandBuffer, MPSImage, MPSState, Boolean)
EncodeToCommandBuffer(IMTLCommandBuffer, MPSImage, MPSState, MPSImage)
GetDestinationImageDescriptor(NSArray<MPSImage>, NSArray<MPSState>)
GetResultState(MPSImage, NSArray<MPSState>, MPSImage)
GetResultStateBatch(NSArray<MPSImage>, NSArray<MPSState>[], NSArray<MPSImage>)
GetSourceRegion(MTLSize)
GetTemporaryResultState(IMTLCommandBuffer, MPSImage, NSArray<MPSState>, MPSImage)
GetTemporaryResultStateBatch(IMTLCommandBuffer, NSArray<MPSImage>, NSArray<MPSState>[], NSArray<MPSImage>)
xamarinmac
namespace MetalPerformanceShaders
{
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
[Register("MPSCNNKernel", true)]
public abstract class MPSCnnKernel : MPSKernel
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual MTLRegion ClipRect
{
[Export("clipRect", ArgumentSemantic.Assign)]
get;
[Export("setClipRect:", ArgumentSemantic.Assign)]
set;
}
}
}
.NET | 6.07.08.09.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