]> git.tdb.fi Git - libs/gl.git/commit
Split the interfaces from singlepass.glsl to a separate module
authorMikko Rasa <tdb@tdb.fi>
Wed, 11 Apr 2018 21:06:15 +0000 (00:06 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 11 Apr 2018 21:06:15 +0000 (00:06 +0300)
commitf0293969980969f5b19a2a3c665ea068617dab49
tree5bf144a31f1826a4fde39d14421d3761f9132329
parent35646cafcdff8be76f6ef96018415d9ddec6f77c
Split the interfaces from singlepass.glsl to a separate module

Sometimes it's desirable to make a fully custom shader but still use the
common interface.  It's also likely that I'll add other types of standard
shader templates in the future.
shaderlib/msp_interface.glsl [new file with mode: 0644]
shaderlib/singlepass.glsl