Added missing premultiply steps, closes #127

This commit is contained in:
Jarcode
2019-08-22 17:55:49 -07:00
parent f1284a6835
commit b4cdcb3120
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#if USE_ALPHA == 0
#error __disablestage
#endif
#include ":util/premultiply.frag"

View File

@@ -0,0 +1,5 @@
#if ANTI_ALIAS == 0
#error __disablestage
#endif
#include ":util/premultiply.frag"