aboutsummaryrefslogtreecommitdiff
path: root/examples/shaders_postprocessing.c
AgeCommit message (Collapse)Author
2016-06-24Removed function SetModelTexture()raysan5
It's more educational to go through new material system, so, I decide to remove this function to avoid students confusion...
2016-05-31Improved library consistencyraysan5
Functions renamed to improve library consistency
2016-04-07Simplified texture flip and added commentsraysan5
2016-04-07Reviewed shaders and added commentsraysan5
2016-04-01Remove old postprocessing systemraysan5
2016-03-30Added support for render to texture (use RenderTexture2D)raysan5
Now it's possible to render to texture, old postprocessing system will be removed on next raylib version.
2016-03-053d Camera: Added support for field-of-view Yraysan5
2016-01-16Review literals typeraysan5
2015-09-01Added new examples: SHADERSraysan5