implement the complete stroke shader with custom blending mode

This commit is contained in:
2017-04-05 15:55:11 +01:00
parent dc693b2232
commit 9a4fd5e5c9
13 changed files with 265 additions and 46 deletions

View File

@@ -2,6 +2,8 @@
class RTT
{
bool bound = false;
GLint oldFboID = 0;
GLuint fboID;
GLuint rboID;
GLuint texID;