mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Merge Fail: Make sure we are using the interface file to get backbuffer dimensions. GL helper function was duplicated.
This commit is contained in:
parent
67c1c6b062
commit
01cdcc83a3
3 changed files with 2 additions and 68 deletions
|
@ -52,9 +52,6 @@ void InitInterface();
|
|||
// Helpers
|
||||
GLuint OpenGL_CompileProgram(const char *vertexShader, const char *fragmentShader);
|
||||
|
||||
// Helpers
|
||||
GLuint OpenGL_CompileProgram(const char *vertexShader, const char *fragmentShader);
|
||||
|
||||
// Error reporting - use the convenient macros.
|
||||
void OpenGL_ReportARBProgramError();
|
||||
GLuint OpenGL_ReportGLError(const char *function, const char *file, int line);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue