--- a/src/gl/common.h Fri Jan 31 00:25:35 2020 +0200
+++ b/src/gl/common.h Sat Feb 01 15:33:57 2020 +0200
@@ -141,4 +141,13 @@
BfcRedGreen,
RandomColors
};
+
+ // These are also defined in shaders
+ enum class FragmentStyle
+ {
+ Normal = 0,
+ BfcGreen = 1,
+ BfcRed = 2,
+ RandomColors = 3,
+ };
}