mirror of
https://github.com/MobileGL-Dev/MobileGlues.git
synced 2025-09-22 10:42:11 -04:00
[Improvement] (loader.c): Change the config options' names.
This commit is contained in:
parent
46cd9c9d70
commit
77ea4f07f6
@ -161,11 +161,11 @@ void InitGLESCapabilities() {
|
||||
AppendExtension("GL_EXT_timer_query");
|
||||
}
|
||||
|
||||
if(config_get_int("enable_OpenGL43_extension") == 1) {
|
||||
if(config_get_int("enableExtGL43") == 1) {
|
||||
AppendExtension("OpenGL43");
|
||||
}
|
||||
|
||||
if(config_get_int("enable_compute_shader_extension") == 1) {
|
||||
if(config_get_int("enableExtComputeShader") == 1) {
|
||||
AppendExtension("GL_ARB_compute_shader");
|
||||
}
|
||||
}
|
||||
@ -544,4 +544,4 @@ void init_target_gles() {
|
||||
|
||||
InitGLESCapabilities();
|
||||
LogOpenGLExtensions();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user