<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "USDKit",
  "identifier" : "/documentation/USDKit/USDStage/ExportOptions/TextureQuality",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "USDKit"
    ],
    "preciseIdentifier" : "s:6USDKit8USDStageV13ExportOptionsV14TextureQualityV"
  },
  "title" : "USDStage.ExportOptions.TextureQuality"
}
-->

# USDStage.ExportOptions.TextureQuality

A texture quality level.

```
struct TextureQuality
```

## Topics

### Type Properties

[`static var low: USDStage.ExportOptions.TextureQuality`](/documentation/USDKit/USDStage/ExportOptions/TextureQuality/low)

Aggressively reduces the texture file size.
Some visual details may be suppressed to reach the smallest file size.

[`static var medium: USDStage.ExportOptions.TextureQuality`](/documentation/USDKit/USDStage/ExportOptions/TextureQuality/medium)

Further reduces the texture file size.
Fine details may not be preserved to reach a small file size.

[`static var standard: USDStage.ExportOptions.TextureQuality`](/documentation/USDKit/USDStage/ExportOptions/TextureQuality/standard)

Reduces the texture file size while preserving most details.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

---

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)