---
title: maximumTextureDimension
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/photogrammetrysession/configuration-swift.struct/customdetailspecification-swift.struct/maximumtexturedimension
---

# maximumTextureDimension

The maximum dimension of the reconstructed texture maps.

## Declaration

```swift
var maximumTextureDimension: PhotogrammetrySession.Configuration.CustomDetailSpecification.TextureDimension
```

## Discussion

Discussion The reconstructed texture map will have width and height dimensions both less than or equal to the provided maxTextureDimension. This property is useful for fitting within the texture memory resources of the rendering system.
