---
title: supportsRaytracingFromRender
framework: metal
role: symbol
role_heading: Instance Property
path: metal/mtldevice/supportsraytracingfromrender
---

# supportsRaytracingFromRender

A Boolean value that indicates whether you can call ray-tracing functions from a vertex or fragment shader.

## Declaration

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

## See Also

### Checking render support

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