cgv
Loading...
Searching...
No Matches
wgl.h
1#pragma once
2
4#ifdef WIN32
5#define NOMINMAX
6#include <GL/glew.h>
7#include <GL/wglew.h>
8#undef NOMINMAX
9#else
10#include <GL/glew.h>
11#include <GL/glxew.h>
12#endif