mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 06:40:08 +00:00
ffc117564b
Of course, for now this only works for opacity nodes that contain color nodes, but we're still building up to ore useful stuff here.
13 lines
253 B
GLSL
13 lines
253 B
GLSL
#ifndef _ENUMS_
|
|
#define _ENUMS_
|
|
|
|
#define GSK_GPU_SHADER_CLIP_NONE 0u
|
|
#define GSK_GPU_SHADER_CLIP_RECT 1u
|
|
#define GSK_GPU_SHADER_CLIP_ROUNDED 2u
|
|
|
|
#define GSK_GPU_PATTERN_DONE 0u
|
|
#define GSK_GPU_PATTERN_COLOR 1u
|
|
#define GSK_GPU_PATTERN_OPACITY 2u
|
|
|
|
#endif
|