Tagged Questions
0
votes
0answers
102 views
JOGL FBObject multisampling
I am using JOGL to develop a simple OpenGL 3D graphics engine. Right now, I've implemented a simple rendering pipeline which renders the scene onto a FBO, which then gets passed to a shader that ...
1
vote
1answer
502 views
With OpenGL ES 2.0 on Android, is there a way preserve multisampling when rendering on a framebuffer?
I am developing a 2d game on Android ICS using OpenGL es 2.0 and java. I am trying to use a lighting system and to do that I render all the lights on a framebuffer and the scene on another, with the ...