JunkBox_Win_Lib 1.5.3
Loading...
Searching...
No Matches
WGL.h
Go to the documentation of this file.
1#pragma once
2
8#include "..\stdafx.h"
9#include "common++.h"
10
11
12#ifdef ENABLE_OPENGL
13
14#include <GL/glew.h>
15#include <GL/glext.h>
16
17
18//
19namespace jbxwl {
20
21
22HGLRC WGLCreateContext(CDC* dc, PIXELFORMATDESCRIPTOR* param);
23void WGLDeleteContext(HGLRC hrc);
24
25BOOL WGLGetCurrent(CDC* dc, HGLRC hrc);
26
27} // namespace
28
29
30
31#endif // ENABLE_OPENGL