---
title: cp_layer_renderer_configuration_get_tracking_areas_format
framework: compositorservices
role: symbol
role_heading: Function
path: compositorservices/cp_layer_renderer_configuration_get_tracking_areas_format
---

# cp_layer_renderer_configuration_get_tracking_areas_format

Returns the pixel format to apply to the layer’s tracking areas textures.

## Declaration

```occ
MTLPixelFormat cp_layer_renderer_configuration_get_tracking_areas_format(cp_layer_renderer_configuration_t configuration);
```

## Parameters

- `configuration`: The layer configuration type that contains the information. The system passes an instance of this type to the doc://com.apple.compositorservices/documentation/CompositorServices/CompositorLayerConfiguration/makeConfiguration(capabilities:configuration:) method of your configuration provider.

## Return Value

Return Value The pixel format to apply to the layer’s tracking areas textures.

## Discussion

Discussion The compositor creates the tracking areas textures using the pixel format information you provide.
