MTLBlitOption

The options that enable behavior for some blit operations.

Values

ValueMeaning
DepthFromDepthStencil1 << 0

A blit option that copies the depth portion of a combined depth and stencil texture to or from a buffer.

StencilFromDepthStencil1 << 1

A blit option that copies the stencil portion of a combined depth and stencil texture to or from a buffer.

RowLinearPVRTC1 << 2

A blit option that copies PVRTC data between a texture and a buffer.

None0

A blit option that clears other blit options, which removes any optional behavior for a blit operation.

Meta