---
title: textureTopologies
framework: compositorservices
role: symbol
role_heading: Instance Property
path: compositorservices/layerrenderer/properties-swift.struct/texturetopologies
---

# textureTopologies

The texture topologies available for the layer.

## Declaration

```swift
var textureTopologies: [TextureTopology] { get }
```

## Discussion

Discussion Use the topology information to allocate the resources you need to manage your Metal data structures.

## See Also

### Getting the layer’s texture topology

- [TextureTopology](compositorservices/texturetopology.md)
