mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
OGL: Move primitive restart enable logic to GLUtil
This commit is contained in:
@ -12,4 +12,5 @@ namespace GLUtil
|
||||
{
|
||||
void InitInterface();
|
||||
GLuint CompileProgram(const std::string& vertexShader, const std::string& fragmentShader);
|
||||
void EnablePrimitiveRestart();
|
||||
}
|
||||
|
Reference in New Issue
Block a user