mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
OGL: Move primitive restart enable logic to GLUtil
This commit is contained in:
parent
51a586d11a
commit
93ab50c555
4 changed files with 26 additions and 38 deletions
|
@ -12,4 +12,5 @@ namespace GLUtil
|
|||
{
|
||||
void InitInterface();
|
||||
GLuint CompileProgram(const std::string& vertexShader, const std::string& fragmentShader);
|
||||
void EnablePrimitiveRestart();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue