rendering only part of the screen

I have a scene in which only some rectangular region on the screen is changing. How can I instruct SceneKit to only render that dirty rectangle.


I tried calling setNeedsDisplay on my SCNView with a dirty rectangle but that didn't cause SceneKit to render.


thanks!