From: George S. <gsa...@gm...> - 2010-03-10 00:29:49
|
On Wed, Mar 10, 2010 at 2:18 AM, George Sapountzis <gsa...@gm...> wrote: > > I also tested with libGL pretending to not know fbo extensions, the > fbo* demos and tests render correctly. I get a warning about an > invalid enum in RenderbufferStorageMultisample(target) but i don't > know where it comes from and it does not affect rendering. ignore the warning, it's due to a forgotten debugging call to the first dynamic function assuming it's the test extension, which is not the case with fbo. |