Uses of Class
org.robovm.apple.metalps.MPSImageFeatureChannelFormat
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSImageFeatureChannelFormat in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSImageFeatureChannelFormat Modifier and Type Method Description MPSImageFeatureChannelFormatMPSImageDescriptor. getChannelFormat()MPSImageFeatureChannelFormatMPSImage. getFeatureChannelFormat()MPSImageFeatureChannelFormatMPSNNGraph. getFormat()MPSImageFeatureChannelFormatMPSNNImageNode. getFormat()static MPSImageFeatureChannelFormatMPSImageFeatureChannelFormat. valueOf(long n)Returns the enum constant of this type with the specified name.static MPSImageFeatureChannelFormatMPSImageFeatureChannelFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static MPSImageFeatureChannelFormat[]MPSImageFeatureChannelFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.metalps with parameters of type MPSImageFeatureChannelFormat Modifier and Type Method Description protected static longMPSImageDescriptor. create(MPSImageFeatureChannelFormat channelFormat, long width, long height, long featureChannels)protected static longMPSImageDescriptor. create(MPSImageFeatureChannelFormat channelFormat, long width, long height, long featureChannels, long numberOfImages, MTLTextureUsage usage)voidMPSImageDescriptor. setChannelFormat(MPSImageFeatureChannelFormat v)voidMPSNNGraph. setFormat(MPSImageFeatureChannelFormat v)voidMPSNNImageNode. setFormat(MPSImageFeatureChannelFormat v)Constructors in org.robovm.apple.metalps with parameters of type MPSImageFeatureChannelFormat Constructor Description MPSImageDescriptor(MPSImageFeatureChannelFormat channelFormat, long width, long height, long featureChannels)MPSImageDescriptor(MPSImageFeatureChannelFormat channelFormat, long width, long height, long featureChannels, long numberOfImages, MTLTextureUsage usage)