View Full Version : Rendering to an invisible buffer and reading the results
liors
02-28-2004, 05:56 AM
I wanted to know if it's possible to render several objects to a scene and then read the pixel buffers to get color information, all this without creating an actual window. How do you specify pixel size for the scene rendered?
hh10k
02-28-2004, 07:14 AM
Perhaps it's possible to create a pbuffer without a window (I can't remember the details of pbuffers), but is there something really bad with creating a window and just hiding it from the user?
liors
02-29-2004, 05:31 AM
I'm implementing an algorithm and want to get help from the H/W to do some of the calculations, I dont want to mess with windows, I dont need to actually see the results
liors
02-29-2004, 05:47 AM
What I think I need to do is create a Bitmap, get the HDC to it and using WGL set it as the drawing context. Did anybody do this or have a sample of working with the wgl?
kehziah
02-29-2004, 02:28 PM
Originally posted by liors:
What I think I need to do is create a Bitmap, get the HDC to it and using WGL set it as the drawing context. Did anybody do this or have a sample of working with the wgl?
If you choose bitmap, you're stuck with Microsoft GDI Generic implementation (outdated software implementation).
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.