Share via


MTLBlitOption Enum

Definition

Enumerates blitting options.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum MTLBlitOption
[<ObjCRuntime.Native>]
[<System.Flags>]
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.

Applies to