mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
Refactoring and cleanup of GLInterface (now GLContext)
This commit is contained in:
parent
74b82bab3b
commit
134d967be2
39 changed files with 741 additions and 690 deletions
|
@ -10,7 +10,6 @@
|
|||
|
||||
namespace GLUtil
|
||||
{
|
||||
void InitInterface();
|
||||
GLuint CompileProgram(const std::string& vertexShader, const std::string& fragmentShader);
|
||||
void EnablePrimitiveRestart();
|
||||
}
|
||||
} // namespace GLUtil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue