Relative Content

Tag Archive for webgl

Can shader read from and write to the same texture? [duplicate]

This question already has an answer here: WebGL Texture read/write at the same time (1 answer) Closed 5 days ago. Can a shader render to a texture, and at the same time read from the texture it writes to? Effectively, that shader would write to the texture in place. What about consistency of such data? […]