# `GSDrawStackFeature.GSDrawStackFeatureIntersectionMasks`

*Type Property*

Intersection masks are not pre-applied to the slice.

## Declaration

```swift
static var intersectionMasks: GSDrawStackFeature { get }
```

```objc
GSDrawStackFeatureIntersectionMasks
```

```python
GSDrawStackFeatureIntersectionMasks
```

## Discussion

Supporting this feature requires handling masks in `GSDrawSlice.masks` with mask type of `GSMaskTypeIntersect`.

