Read a TOP's width/height without cooking every frame?

Is there a non-polling way to get a TOP’s resolution? Is there any callback that fires only when a TOP’s res actually changes?
My goal is to avoid cooking when the resolution of my top stays the same and I don’t have any specific trigger I could use to detect resolution changes.

Thanks!

1 Like

Do you have an example you can share?
Simple test cases seem to be working as expected when I test.
(eg op(‘out1’).width expressions only cook once per resolution change)