mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
preliminary, shitty, code for drawing the main window with OpenGL
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user