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

# label

A string that identifies the rate map.

## Declaration

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

## Discussion

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

## See Also

### Identifying the rate map

- [device](metal/mtlrasterizationratemap/device.md)
