TheCherno / Sparky

Cross-Platform High Performance 2D/3D game engine for people like me who like to write code.
Apache License 2.0
1.09k stars 222 forks source link

Render to Texture Support #105

Open TheCherno opened 8 years ago

TheCherno commented 8 years ago

This is partially available in OpenGL, and fully supported for depth textures (in the shadow branch), however we need the ability to render to off-screen buffers for a variety of different reasons.

This will be particularly important for the upcoming post-processing support issue.