MTLBlitOption Enum
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.
Enumerates blitting options.
This enumeration supports a bitwise combination of its member values.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum MTLBlitOption
type MTLBlitOption =
- Inheritance
-
MTLBlitOption
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates that no blit option was specified. |
DepthFromDepthStencil | 1 | Indicates that the depth attachment part of a depth/stencil resource will be blitted. |
StencilFromDepthStencil | 2 | Indicates that the stencil attachment part of a depth/stencil resource will be blitted. |
RowLinearPvrtc | 4 | Indicates that compressed row-major, linearly arranged PVRTC texture data will be blitted. |