src/gl/common.h

changeset 37
90443fb328ea
parent 35
98906a94732f
child 39
caac957e9834
--- 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,
+	};
 }

mercurial