SomeRandomGameDev / DumbFramework

A very dumb framework/glue to small useful libraries for quick and dirty prototyping.
0 stars 0 forks source link

[Renderer] Add a Render-to-Texture convenience tool. #41

Open SomeRandomGameDev opened 9 years ago

SomeRandomGameDev commented 9 years ago

Each rendering modules/engines shall implement a concept that allows rendering to a framebuffer. A convenience API shall be created to help the developer to perform a render-to-texture from those modules/engines.

SomeRandomGameDev commented 9 years ago

Look at this : http://www.opengl-tutorial.org/intermediate-tutorials/tutorial-14-render-to-texture/