Tagged Questions
0
votes
0answers
66 views
Blitting? to Multisample buffer from non-Multisample buffer?
I've got a render buffer setup for doing unique color picking of my scene. It has been rather faithful in producing pure colors and not giving my colors-to-objects translation fits. I put a simple ...
2
votes
2answers
498 views
Why does OpenGL lighten my scene when multisampling with an FBO?
I just switched my OpenGL drawing code from drawing to the display directly to using an off-screen FBO with render buffers attached. The off-screen FBO is blitted to the screen correctly when I ...
4
votes
1answer
3k views
Reading data using glReadPixel() with multisampling
Presently I am trying to read the pixel data from the frame Buffer in order to capture the screen in IOS. GlreadPixels command works fine when using the following code to setup frame buffer :-
...