<!--
{
  "availability" : [
    "macOS: 10.15.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "Metal",
  "identifier" : "/documentation/Metal/MTLTexture/remoteStorageTexture",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Metal"
    ],
    "preciseIdentifier" : "c:objc(pl)MTLTexture(py)remoteStorageTexture"
  },
  "title" : "remoteStorageTexture"
}
-->

# remoteStorageTexture

The texture on another GPU that the texture was created from, if any.

```
var remoteStorageTexture: (any MTLTexture)? { get }
```

## Discussion

If the value of this property is non-`nil`, it contains a reference to the [`MTLTexture`](/documentation/Metal/MTLTexture) instance that created this texture. If the texture isn’t a remote view, the value of this property is `nil`.

You can use remote views only as the source for copy commands encoded by an [`MTLBlitCommandEncoder`](/documentation/Metal/MTLBlitCommandEncoder).

---

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)