Fix GLES version header on picky drivers
This commit is contained in:
parent
1fbda5518e
commit
fa0919915c
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@
|
|||
namespace OpenGL {
|
||||
|
||||
GLuint LoadShader(const char* source, GLenum type) {
|
||||
const std::string version = GLES ? R"(
|
||||
#version 310 es
|
||||
const std::string version = GLES ? R"(#version 310 es
|
||||
|
||||
#define CITRA_GLES
|
||||
|
||||
|
|
Loading…
Reference in a new issue