[OpenGL] Rename loader_gl.* to loader_glx.*

pull/131/head
jackun 4 years ago
parent 2e7d92e068
commit b2e6727b25
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

@ -3,7 +3,7 @@
#include <array>
#include <cstring>
#include "real_dlsym.h"
#include "loaders/loader_gl.h"
#include "loaders/loader_glx.h"
#include "imgui_hud.h"
#include "mesa/util/macros.h"
#include "mesa/util/os_time.h"

@ -1,5 +1,5 @@
#include "real_dlsym.h"
#include "loaders/loader_gl.h"
#include "loaders/loader_glx.h"
gl_loader::gl_loader() : loaded_(false) {
}

@ -58,7 +58,6 @@ vklayer_files = files(
opengl_files = files(
'gl/imgui_hud.cpp',
'gl/imgui_impl_opengl3.cpp',
'loaders/loader_gl.cpp',
'gl/gl3w/GL/gl3w.c',
)
@ -74,7 +73,7 @@ if get_option('with_x11').enabled()
pre_args += '-DHAVE_X11'
opengl_files += files(
'gl/inject_glx.cpp',
# 'loaders/loader_glx.cpp',
'loaders/loader_glx.cpp',
)
endif

Loading…
Cancel
Save