<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Metal",
  "identifier" : "/documentation/Metal/MTLTextureReferenceType",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Metal"
    ],
    "preciseIdentifier" : "c:objc(cs)MTLTextureReferenceType"
  },
  "title" : "MTLTextureReferenceType"
}
-->

# MTLTextureReferenceType

A description of a texture.

```
class MTLTextureReferenceType
```

## Topics

### Describing the texture

[`textureType`](/documentation/Metal/MTLTextureReferenceType/textureType)

The texture type of the texture.

[`textureDataType`](/documentation/Metal/MTLTextureReferenceType/textureDataType)

The data type of the texture.

[`access`](/documentation/Metal/MTLTextureReferenceType/access)

The texture’s read/write access to the argument.

[`isDepthTexture`](/documentation/Metal/MTLTextureReferenceType/isDepthTexture)

A Boolean value that indicates whether the texture is a depth texture.



---

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)