added color quad and hue slider

This commit is contained in:
2017-03-21 09:56:33 +00:00
parent 13fa84a02c
commit 03a5212e56
6 changed files with 202 additions and 28 deletions

View File

@@ -26,7 +26,7 @@
#include <gl\wglew.h>
#include <gl\GL.h>
#define LOG printf
#define LOG(M,...) printf(M"\n", ##__VA_ARGS__)
#endif
#ifdef __cplusplus