separate opengl render code into multiple functions
This commit is contained in:
parent
93c240d31f
commit
ac4f993976
3 changed files with 519 additions and 373 deletions
|
@ -74,3 +74,6 @@ extern PFNWGLSWAPINTERVALEXT wglSwapIntervalEXT;
|
|||
extern PFNWGLGETEXTENSIONSSTRINGARBPROC wglGetExtensionsStringARB;
|
||||
|
||||
extern PFNGLTEXBUFFERPROC glTexBuffer;
|
||||
|
||||
extern BOOL OpenGL_GotVersion2;
|
||||
extern BOOL OpenGL_GotVersion3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue