---
title: MTLSparseTextureMappingMode.unmap
framework: metal
role: symbol
role_heading: Case
path: metal/mtlsparsetexturemappingmode/unmap
---

# MTLSparseTextureMappingMode.unmap

A request to remove any mappings for a region in the texture.

## Declaration

```swift
case unmap
```

## Mentioned in

Assigning memory to sparse textures

## See Also

### Specifying the mapping mode

- [MTLSparseTextureMappingMode.map](metal/mtlsparsetexturemappingmode/map.md)
