mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 03:09:57 +01:00
Original implementation of Blur Image Filters
With Gaussian, fast Gaussian, Hashed and morphological (opening and closing) methods. Remembering shader code for other fast methods.
This commit is contained in:
@@ -20,6 +20,7 @@ public:
|
||||
typedef enum {
|
||||
FILTER_PASSTHROUGH = 0,
|
||||
FILTER_DELAY,
|
||||
FILTER_BLUR,
|
||||
FILTER_IMAGE,
|
||||
FILTER_INVALID
|
||||
} Type;
|
||||
|
||||
Reference in New Issue
Block a user