Improved procedural masks

This commit is contained in:
Bruno
2020-12-27 21:43:33 +01:00
parent 34c24d99df
commit a073ab41dd
7 changed files with 69 additions and 42 deletions

View File

@@ -47,7 +47,7 @@ public:
float blur;
glm::vec2 size;
static const char* mask_names[3];
static const char* mask_names[4];
static std::vector< ShadingProgram* > mask_programs;
};