Off-screen surfaces

Started by
1 comment, last by Dreq 20 years, 1 month ago
Is there documentation or a tutorial on drawing to an off-screen surface, then adding that suface to the ''back'' surface before ''flippinng'' (double buffernig). I know double-buffering stops flicker.. it draws everything to one surface while the main screen is showing the other. Then once drawing is compliete, the pointers swap. But what I want to do is have a 3rd surface that I can draw to (so i can apply custom masking without effecting the main screen), then paste it over the ''back'' surface (there wouldn''t happen to be a method of clearing the buffer with alpha 255 instead of a pure color would there? ^_^).
"Mommy, where do microprocessors come from?"
Advertisement
You should look up PBuffers and render to texture extentions. There are some tutorials on the nvidia developer site i think.
cheers
here to be more specific: http://developer.nvidia.com/object/ogl_rtt.html

This topic is closed to new replies.

Advertisement