<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Metal",
  "identifier" : "/documentation/Metal/MTLBlitOption",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Metal"
    ],
    "preciseIdentifier" : "c:@E@MTLBlitOption"
  },
  "title" : "MTLBlitOption"
}
-->

# MTLBlitOption

The options that enable behavior for some blit operations.

```
struct MTLBlitOption
```

## Topics

### Depth and stencil buffer options

[`depthFromDepthStencil`](/documentation/Metal/MTLBlitOption/depthFromDepthStencil)

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

[`stencilFromDepthStencil`](/documentation/Metal/MTLBlitOption/stencilFromDepthStencil)

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

### Texture compression options

[`rowLinearPVRTC`](/documentation/Metal/MTLBlitOption/rowLinearPVRTC)

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

### Swift support

[`init(rawValue:)`](/documentation/Metal/MTLBlitOption/init(rawValue:))

Creates a blit option from a raw value.

### Clearing options

[`MTLBlitOptionNone`](/documentation/Metal/MTLBlitOption/MTLBlitOptionNone)

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



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)