openscad/tests/system-gl.h

11 lines
171 B
C++

#ifndef SYSTEMGL_H_
#define SYSTEMGL_H_
#include <GL/glew.h>
#include <string>
std::string glew_dump(bool dumpall=false);
bool report_glerror(const char *task);
#endif