omegatai
05-26-2009, 08:50 AM
Hi,
Is it possible to render just a small part of a scene, for example a line, into a frame buffer object without copying each fragment?
I wish to use a single buffer for numerical computation: I want to read and write in the same buffer (there is no ressource conflict in my algorithm) without copying the whole viewport each time as to reduce my algorithm's complexity.
Is it possible to render just a small part of a scene, for example a line, into a frame buffer object without copying each fragment?
I wish to use a single buffer for numerical computation: I want to read and write in the same buffer (there is no ressource conflict in my algorithm) without copying the whole viewport each time as to reduce my algorithm's complexity.