mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 18:18:49 +00:00
GLContext: Remove global context pointer
This commit is contained in:
parent
eb284b5d66
commit
dcdd02d646
19 changed files with 183 additions and 150 deletions
|
@ -8,8 +8,10 @@
|
|||
|
||||
#include "Common/GL/GLExtensions/GLExtensions.h"
|
||||
|
||||
class GLContext;
|
||||
|
||||
namespace GLUtil
|
||||
{
|
||||
GLuint CompileProgram(const std::string& vertexShader, const std::string& fragmentShader);
|
||||
void EnablePrimitiveRestart();
|
||||
void EnablePrimitiveRestart(const GLContext* context);
|
||||
} // namespace GLUtil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue