---
title: MTLMotionBorderMode.vanish
framework: metal
role: symbol
role_heading: Case
path: metal/mtlmotionbordermode/vanish
---

# MTLMotionBorderMode.vanish

A mode that specifies that times outside the specified endpoint need to prevent any ray-intersections with the primitive.

## Declaration

```swift
case vanish
```

## See Also

### Specifying motion modes

- [MTLMotionBorderMode.clamp](metal/mtlmotionbordermode/clamp.md)
