I’d like to simulate a reaction diffusion system whith the GPU.
I’m using a swap buffer to perform this.
A circle in the middle of the sceen is supposed to grow, but unstead it becomes smaller because high values are cliped to one, so my image is loosing values.
How can I solve this problem ? Or how can I allow a Fbo to have values higher than one ?