MTLBlitOption Enum

Definition

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

DepthFromDepthStencil 1

Indicates that the depth attachment part of a depth/stencil resource will be blitted.

None 0

Indicates that no blit option was specified.

RowLinearPvrtc 4

Indicates that compressed row-major, linearly arranged PVRTC texture data will be blitted.

StencilFromDepthStencil 2

Indicates that the stencil attachment part of a depth/stencil resource will be blitted.

Applies to