From: Alan Wu <al...@au...> - 2010-03-17 03:59:38
|
Hi all, I have built and compiled a linux-x86-32 shared object library of Mesa7.7 under Ubuntu8.04, both glxinfo and glewinfo show me that glBlitFramebufferEXT is available however I got the undefined reference error message when I call the function in my program. I also could not find "glBlitFramebufferEXT" when ran a "objdump -x" command on the built library. I am planning to do a MSAA with framebuffer object and I was very excited to find that glRenderBufferStorageMultisampleEXT is now supported. Great work! Anyway, I greatly appreciate any suggestion that you guys may have. I thought GL_EXT_framebuffer_blit is supported since Mesa6.5. Thanks so much for your time. Kind Regards, Alan |