- Add OpenGL ES 3 support to GL renderer
This commit is contained in:
parent
b7482e10e2
commit
85a9984807
5 changed files with 18 additions and 7 deletions
|
|
@ -176,6 +176,7 @@ void gl_LoadExtensions()
|
|||
gl.legacyMode = false;
|
||||
gl.lightmethod = LM_DEFERRED;
|
||||
gl.buffermethod = BM_DEFERRED;
|
||||
gl.flags |= RFL_NO_CLIP_PLANES;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue