Page 1 of 1

Are persistent ISF buffers supported yet?

Posted: Wed Dec 27, 2017 7:34 am
by MindBuffer
Hey guys, i've been hacking away trying to get this effect ported into Mad Mapper but it doesn't seem like persistent ISF buffers are available in MadMapper. https://www.interactiveshaderformat.com/sketches/217

Is there a reason why we can't get access to these even though the ISF spec already supports it? I really need to be able to implement this to enable "time chasing" effects per layer. Can one of the devs advise on how we can get this working? Cheers. :)

Re: Are persistent ISF buffers supported yet?

Posted: Sun Dec 31, 2017 12:47 pm
by mad-matt
Not at the moment.

Re: Are persistent ISF buffers supported yet?

Posted: Sun Feb 18, 2018 6:06 pm
by jonasfehr
Hi,
You can create a separate ISF shader which acts as a buffer. The buffer can then be crosslinked using an image input, where you select the buffer and in the buffer the shader, using the buffer.
I hope that helped.
Best
Jonas

Re: Are persistent ISF buffers supported yet?

Posted: Thu May 23, 2019 9:02 pm
by howie_b
plus one for this feature :-)

Re: Are persistent ISF buffers supported yet?

Posted: Mon Jun 17, 2019 11:03 am
by franz
@jonasfehr never thought of that trick. brilliant