Gui visitor for image procesing shader

This commit is contained in:
brunoherbelin
2020-04-26 10:07:10 +02:00
parent 551acf25b9
commit 6101ecd086
3 changed files with 42 additions and 16 deletions

View File

@@ -55,12 +55,12 @@ public:
glm::vec4 color;
typedef enum {
BLEND_NONE = 0,
BLEND_OPACITY = 0,
BLEND_ADD,
BLEND_SUBSTRACT,
BLEND_LAYER_ADD,
BLEND_LAYER_SUBSTRACT,
BLEND_OPACITY
BLEND_CUSTOM
} BlendMode;
BlendMode blending;