Don't blur behind opaque pixels

This commit is contained in:
vaxerski
2022-04-17 13:15:56 +02:00
parent 74dbf196c1
commit 748a787ba2
4 changed files with 40 additions and 11 deletions

View File

@@ -17,4 +17,5 @@ public:
GLint alpha;
GLint posAttrib;
GLint texAttrib;
GLint discardOpaque;
};