zed
02-29-2008, 10:12 PM
has anyone any idea whars going on here
http://www.zedzeek.com/junk/FBI_error.jpg
the above image is a FBO with multisample=4 samples
blitting with
glBlitFramebufferEXT(0, 0, W, H, 0, 0, W, H, GL_COLOR_BUFFER_BIT, GL_LINEAR );
if i use multisample=2 or disable multisample it renders perfectly
also if i bypass the FBO + render straight to the main window with multisample=4 it also renders perfectly
( i dont think its a driver bug, but ive stuffed up somewhere cause i seem to remember the same thing happened ~6 months ago )
ta zed
http://www.zedzeek.com/junk/FBI_error.jpg
the above image is a FBO with multisample=4 samples
blitting with
glBlitFramebufferEXT(0, 0, W, H, 0, 0, W, H, GL_COLOR_BUFFER_BIT, GL_LINEAR );
if i use multisample=2 or disable multisample it renders perfectly
also if i bypass the FBO + render straight to the main window with multisample=4 it also renders perfectly
( i dont think its a driver bug, but ive stuffed up somewhere cause i seem to remember the same thing happened ~6 months ago )
ta zed