---
title: textureMap
framework: compositorservices
role: symbol
role_heading: Instance Property
path: compositorservices/layerrenderer/drawable/view/texturemap-swift.property
---

# textureMap

The texture map for a view.

## Declaration

```swift
var textureMap: LayerRenderer.Drawable.View.TextureMap { get }
```

## Discussion

Discussion Use the texture map to fetch additional information you need to draw your content. For example, use it to fetch the rectangle that defines the view’s content area.

## See Also

### Getting the view’s texture map

- [LayerRenderer.Drawable.View.TextureMap](compositorservices/layerrenderer/drawable/view/texturemap-swift.struct.md)
