ViolentHamster
11-23-2010, 07:10 AM
Unfortunately, I need to modify my application so it will run on an old GeForce 7900. My application sets up a 32 bit floating point FBO by calling glRenderbufferStorageMultisample with GL_R32F.
On the 7900, the call throws an "incomplete attachment" error. The driver is supposed to support GL_NV_float_buffer, so I tried GL_FLOAT_R32_NV, but that throws an "unsupported" error. Do the 7900s support any floating point renderbuffer formats?
Thanks.
On the 7900, the call throws an "incomplete attachment" error. The driver is supposed to support GL_NV_float_buffer, so I tried GL_FLOAT_R32_NV, but that throws an "unsupported" error. Do the 7900s support any floating point renderbuffer formats?
Thanks.