- enable shader-less rendering. Still very incomplete, but at least the basics are working.

This commit is contained in:
Christoph Oelckers 2016-04-26 16:44:03 +02:00
commit eb27057853
5 changed files with 69 additions and 26 deletions

View file

@ -162,6 +162,7 @@ void gl_LoadExtensions()
{
gl.version = 2.11f;
gl.glslversion = 0;
gl.lightmethod = LM_SOFTWARE;
}
else if (gl.version < 3.0f)
{