---
title: "invalidateDraw"
description: "Invalidates this modifier's draw layer, ensuring that a draw pass will be run on the next frame."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun DrawModifierNode.invalidateDraw()
```


Invalidates this modifier's draw layer, ensuring that a draw pass will be run on the next frame.



