solarus-games / solarus

This repository was moved to GitLab: https://gitlab.com/solarus-games/solarus
http://www.solarus-games.org
Other
710 stars 134 forks source link

Shaders for drawables #1167

Closed stdgregwar closed 6 years ago

stdgregwar commented 6 years ago

Any drawable can now have a bound shader that will be used to draw it.

'Filters shader', those used to upscale final render on screen can now ignore the use of the uv_matrix, as it is the identity in this case.