MPSTemporaryImage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Discardable image data.
[Foundation.Register("MPSTemporaryImage", true)]
public class MPSTemporaryImage : MetalPerformanceShaders.MPSImage
[<Foundation.Register("MPSTemporaryImage", true)>]
type MPSTemporaryImage = class
inherit MPSImage
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| MPSTemporaryImage(MPSImage, NSRange, UIntPtr) | |
| MPSTemporaryImage(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| MPSTemporaryImage(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| BatchRepresentation | (Inherited from MPSImage) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| DefaultAllocator | |
| Description | (Inherited from NSObject) |
| Device |
Gets the Metal device for the image. (Inherited from MPSImage) |
| ExposedBindings | (Inherited from NSObject) |
| FeatureChannelFormat | (Inherited from MPSImage) |
| FeatureChannels |
Gets the number of feature channels for the image. (Inherited from MPSImage) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Height |
Gets the height of the image. (Inherited from MPSImage) |
| ImageType | (Inherited from MPSImage) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| Label |
Gets or sets the image object's label. (Inherited from MPSImage) |
| NumberOfImages |
Gets the number of images in a batch of images for processing. (Inherited from MPSImage) |
| Parent | (Inherited from MPSImage) |
| PixelFormat |
Gets pixel format of the image texture. (Inherited from MPSImage) |
| PixelSize |
Gets the number of bytes that are between the start of each pixel and the start of the next sequential pixel. (The stride for one pixel, in bytes.) (Inherited from MPSImage) |
| Precision |
Gets the number of bits of precision for each feature channel. (Inherited from MPSImage) |
| ReadCount |
Gets or sets the maximum number of reads that a CNN kernel may make on the image before its contents expire. |
| ResourceSize | (Inherited from MPSImage) |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Texture |
Gets the underlying texture for the image. (Inherited from MPSImage) |
| TextureType |
Gets the type of the underlying texture for the image. (Inherited from MPSImage) |
| Usage |
Gets the intended use of the image's underlying texture. (Inherited from MPSImage) |
| Width |
Gets the height of the image. (Inherited from MPSImage) |
| Zone | (Inherited from NSObject) |