---
title: areProgrammableSamplePositionsSupported
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtldevice/areprogrammablesamplepositionssupported
---

# areProgrammableSamplePositionsSupported

A Boolean value that indicates whether the GPU supports programmable sample positions.

## Declaration

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

## Mentioned in

Positioning samples programmatically Storing data a pass makes with custom sample positions for a subsequent pass

## 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)
- [areRasterOrderGroupsSupported](metal/mtldevice/arerasterordergroupssupported.md)
- [areBarycentricCoordsSupported](metal/mtldevice/arebarycentriccoordssupported.md)
