interactive-shader-format-js
interactive-shader-format-js copied to clipboard
IMG_SIZE function isn't supported
In the v2 of the ISF spec (https://github.com/mrRay/ISF_Spec/), there was a new special function added that made it possible to get the size of a provided input image or render pass.
eg ln 100 in https://www.interactiveshaderformat.com/sketches/2810
interesting, its a little tricky, i don't think we've done this kind of input-based-source-rewriting but it shouldn't be too difficult. i'll take a look tomorrow!