Content deleted Content added
Fixed improper semicolon use; should have used a colon, mate. |
|||
Line 18:
For example:
* Create an FBO and bind it.
* Attach the color buffer
* Attach the depth buffer
* Bind the native window FrameBuffer (id=0)
* Render the texture to screen with a pixel shader, dependent on both the Color information and depth information.
|