OpenGL Headline News
Deferred Shading using the OpenGL API
Category: Developers •
Sep 16, 2004
This demo uses GL_ATI_draw_buffers to render information about the scene to multiple floating-point buffers (actually a pbuffer with three aux buffers). Phong lighting is then performed as a postprocess using these buffers as input.
