Various touchups in preparation for a first release.

This commit is contained in:
Marisa the Magician 2019-01-24 01:59:35 +01:00
commit 5c368503e5
20 changed files with 279 additions and 78 deletions

View file

@ -1,4 +1,7 @@
/* math color grading from MariFX */
/*
Math color grading from MariENB
(C)2012-2019 Marisa Kirisame
*/
#define luminance(x) dot(x,vec3(0.2126,0.7152,0.0722))
vec3 rgb2hsv( vec3 c )