OpenGL: remove -noglsl option & GPU_extensions_disable
Also removed a leftover reference to the old basic-shader-glsl option.
This commit is contained in:
@@ -70,7 +70,6 @@ static struct GPUGlobal {
|
||||
GLint maxtextures;
|
||||
GLint maxubosize;
|
||||
GLint maxubobinds;
|
||||
bool extdisabled;
|
||||
int colordepth;
|
||||
int samples_color_texture_max;
|
||||
GPUDeviceType device;
|
||||
@@ -92,11 +91,6 @@ bool GPU_type_matches(GPUDeviceType device, GPUOSType os, GPUDriverType driver)
|
||||
|
||||
/* GPU Extensions */
|
||||
|
||||
void GPU_extensions_disable(void)
|
||||
{
|
||||
GG.extdisabled = true;
|
||||
}
|
||||
|
||||
int GPU_max_texture_size(void)
|
||||
{
|
||||
return GG.maxtexsize;
|
||||
|
||||
Reference in New Issue
Block a user