<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MetalFX",
  "identifier" : "/documentation/MetalFX/MTLFXTemporalScalerDescriptor/isOutputResolutionMotionVectorsEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "MetalFX"
    ],
    "preciseIdentifier" : "c:objc(cs)MTLFXTemporalScalerDescriptor(py)outputResolutionMotionVectorsEnabled"
  },
  "title" : "isOutputResolutionMotionVectorsEnabled"
}
-->

# isOutputResolutionMotionVectorsEnabled

A Boolean value that indicates whether the scaler expects motion vectors at output resolution.

```
var isOutputResolutionMotionVectorsEnabled: Bool { get set }
```

## Discussion

Set this property to <doc://com.apple.documentation/documentation/Swift/true> when your app provides
motion vectors at the output resolution rather than the input resolution.

When you enable this property, the scaler interprets the [`motionTexture`](/documentation/MetalFX/MTLFXTemporalScalerBase/motionTexture)
dimensions to match [`outputWidth`](/documentation/MetalFX/MTLFXTemporalScalerDescriptor/outputWidth) and [`outputHeight`](/documentation/MetalFX/MTLFXTemporalScalerDescriptor/outputHeight) instead of [`inputWidth`](/documentation/MetalFX/MTLFXTemporalScalerDescriptor/inputWidth) and [`inputHeight`](/documentation/MetalFX/MTLFXTemporalScalerDescriptor/inputHeight).

This property’s default value is <doc://com.apple.documentation/documentation/Swift/false>.

---

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)