handle

is it possible to get a handle to the background buffer in which opengl draws???

You cannot directly modify the contents of the back buffer aside from sending it drawing commands. I’m not sure handles are along the correct line of thought here.

…what is it that you’re trying to do, exactly?

i was trying to draw directly into the backbuffer but using other functions, not the opengl ones…