A strange error occurring, took me a little to figure out why but not the reason.
I have a scene that I’m setting up. The scene will render with no issues, but when I change the camera angle and zoom at about 200m (there’s a reason for that) it runs out of memory and stops at tessalelation stage.
I will have to work around it but I’m just wondering why zooming would cause this.
Really difficult to guess the answer without you showing us anything?
You mention tesselation, and zooming, so Im assuming you are using displacement? this can be tied to the camera (dicing scale), so you can run out of VRam that way.
If you are using a procedural texture and zoom up to it, you can run out of memory.
If you are trying to render at a higher resolution, you can run out of memory.