Files
magnum-boostrap-qtquick/src/glclampf.h
2020-06-18 18:25:03 -06:00

12 lines
183 B
C

#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