---
title: label
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtlrasterizationratemapdescriptor/label
---

# label

A string used to identify the rate map you create with the descriptor.

## Declaration

```swift
var label: String? { get set }
```

## Discussion

Discussion Object and command labels are useful identifiers at runtime or when profiling and debugging your app using any Metal tool. See Naming resources and commands.
