mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Refactoring and cleanup of GLInterface (now GLContext)
This commit is contained in:
@ -10,7 +10,6 @@
|
||||
|
||||
namespace GLUtil
|
||||
{
|
||||
void InitInterface();
|
||||
GLuint CompileProgram(const std::string& vertexShader, const std::string& fragmentShader);
|
||||
void EnablePrimitiveRestart();
|
||||
}
|
||||
} // namespace GLUtil
|
||||
|
Reference in New Issue
Block a user