Reusing a pbuffer's color buffer

I just read in the wgl_render_texture spec that the color buffer of a pbuffer is undefined after it has been released from a texture. This makes it impossible to incrementally update and use a pbuffer without making copies everywhere. Does someone know a way to do this without making copies, or perhaps a robust way to check whether an implementation doesn’t destroy the buffer?

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.