Original Post
hello everyone, i need to implement a compositing algorithm with opengl. however, the current 32 bit framebuffer (8bit each channel) saturates the colors. i want to draw the scene on a float point buffer such that i can finish the composting in a post processing stage. but i don't know how to do that. i have searched online, but found nothing. btw, i'm using windows. thanks.