Windows WIP.
This commit is contained in:
parent
5d3725f9d9
commit
c51b91cfe7
18 changed files with 256 additions and 147 deletions
|
@ -1,8 +1,12 @@
|
|||
#ifndef OGLFUNC_H
|
||||
#define OGLFUNC_H
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glext.h>
|
||||
//#include <GL/glext.h>
|
||||
|
||||
typedef void (APIENTRY *PFNGLALPHAFUNCPROC)(GLenum, GLclampf);
|
||||
typedef void (APIENTRY *PFNGLARRAYELEMENTPROC)(GLint);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue