Fragment Shader, texture writing

Started by
0 comments, last by Eitsch 18 years ago
Hey I am reading information from a texture in my fragment shader, i then process this information and want to save it. Can i save it directly in the texture - how will i go about this? I know that as a last resort i can use the render to texture extension and simple render the scene to the texture the only problem is that the texture format is GL_FLOAT32, how will that work if i render it to a texture then?
----------------------------

http://djoubert.co.uk
Advertisement
i would say: render to fbo

This topic is closed to new replies.

Advertisement