11-11-2025, 04:10 PM
(This post was last modified: 11-11-2025, 04:12 PM by TheSandbag.)
The same file but with the julia brot calc commented out doesn't crash
(11-11-2025, 04:10 PM)XORadmin Wrote: Not a bug but this shader is too heavy for the Video expander and takes too long to compile (most probably due to the too deep 'for loop' involved.)Is there a recomended sized / lines to keep them under as i had a similar problem when i unrolled the loop manually to try and optimise
This takes more than 4 seconds which is the timeout for the watchdog reboot.
Page 118 in the manual: "Good to know: Avoid ‘for’ loops with many loop iterations as these increment the processing time and might cause performance issues. Especially ‘for’ loops that would loop many ten/hundred times will most likely not work properly with the VEX"

