This commit is contained in:
2020-06-18 18:25:03 -06:00
commit e01c09fbcc
17 changed files with 2689 additions and 0 deletions

11
src/glclampf.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef GLCLAMPF_H
#define GLCLAMPF_H
#if 1
typedef GLfloat GLclampf;
#undef __glew_h__ /* shh, Qt, shh */
#undef __GLEW_H__
#include <QOpenGLFunctions>
#endif
#endif // GLCLAMPF_H