<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Metal",
  "identifier" : "/documentation/Metal/MTLSparsePageSize",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Metal"
    ],
    "preciseIdentifier" : "c:@E@MTLSparsePageSize"
  },
  "title" : "MTLSparsePageSize"
}
-->

# MTLSparsePageSize

The page size options, in kilobytes, for sparse textures.

```
enum MTLSparsePageSize
```

## Topics

### Sparse texture page sizes

[`MTLSparsePageSize.size16`](/documentation/Metal/MTLSparsePageSize/size16)

Represents a sparse texture’s page size of 16 kilobytes.

[`MTLSparsePageSize.size64`](/documentation/Metal/MTLSparsePageSize/size64)

Represents a sparse texture’s page size of 64 kilobytes.

[`MTLSparsePageSize.size256`](/documentation/Metal/MTLSparsePageSize/size256)

Represents a sparse texture’s page size of 256 kilobytes.



---

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)