mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
GLUtil: Encapsulate functions in a namespace
This commit is contained in:
parent
e31cc1f679
commit
51a586d11a
4 changed files with 11 additions and 12 deletions
|
@ -8,12 +8,8 @@
|
|||
|
||||
#include "Common/GL/GLExtensions/GLExtensions.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#endif
|
||||
namespace GLUtil
|
||||
{
|
||||
void InitInterface();
|
||||
|
||||
// Helpers
|
||||
GLuint OpenGL_CompileProgram(const std::string& vertexShader, const std::string& fragmentShader);
|
||||
GLuint CompileProgram(const std::string& vertexShader, const std::string& fragmentShader);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue