---
title: areRasterOrderGroupsSupported
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtldevice/arerasterordergroupssupported
---

# areRasterOrderGroupsSupported

A Boolean value that indicates whether the GPU supports raster order groups.

## Declaration

```swift
var areRasterOrderGroupsSupported: Bool { get }
```

## See Also

### Checking render support

- [supportsRaytracing](metal/mtldevice/supportsraytracing.md)
- [supportsPrimitiveMotionBlur](metal/mtldevice/supportsprimitivemotionblur.md)
- [supportsRaytracingFromRender](metal/mtldevice/supportsraytracingfromrender.md)
- [supports32BitMSAA](metal/mtldevice/supports32bitmsaa.md)
- [supportsPullModelInterpolation](metal/mtldevice/supportspullmodelinterpolation.md)
- [supportsShaderBarycentricCoordinates](metal/mtldevice/supportsshaderbarycentriccoordinates.md)
- [supportsVertexAmplificationCount(_:)](metal/mtldevice/supportsvertexamplificationcount(_:).md)
- [areProgrammableSamplePositionsSupported](metal/mtldevice/areprogrammablesamplepositionssupported.md)
- [areBarycentricCoordsSupported](metal/mtldevice/arebarycentriccoordssupported.md)
