preliminary, shitty, code for drawing the main window with OpenGL

This commit is contained in:
Arisotura
2019-05-16 00:30:55 +02:00
parent 256b8cb69c
commit f2725791d8
7 changed files with 392 additions and 6 deletions

View File

@ -109,4 +109,8 @@ DO_PROCLIST(DECLPROC_EXT);
bool OpenGL_Init();
bool OpenGL_BuildShaderProgram(const char* vs, const char* fs, GLuint* ids, const char* name);
void OpenGL_DeleteShaderProgram(GLuint* ids);
void OpenGL_UseShaderProgram(GLuint* ids);
#endif // OPENGLSUPPORT_H