diff --git a/3rdparty/glext/EGL/egl.h b/3rdparty/khronos/EGL/egl.h similarity index 100% rename from 3rdparty/glext/EGL/egl.h rename to 3rdparty/khronos/EGL/egl.h diff --git a/3rdparty/glext/EGL/eglext.h b/3rdparty/khronos/EGL/eglext.h similarity index 100% rename from 3rdparty/glext/EGL/eglext.h rename to 3rdparty/khronos/EGL/eglext.h diff --git a/3rdparty/glext/EGL/eglplatform.h b/3rdparty/khronos/EGL/eglplatform.h similarity index 100% rename from 3rdparty/glext/EGL/eglplatform.h rename to 3rdparty/khronos/EGL/eglplatform.h diff --git a/3rdparty/glext/GLES2/gl2.h b/3rdparty/khronos/GLES2/gl2.h similarity index 100% rename from 3rdparty/glext/GLES2/gl2.h rename to 3rdparty/khronos/GLES2/gl2.h diff --git a/3rdparty/glext/GLES2/gl2ext.h b/3rdparty/khronos/GLES2/gl2ext.h similarity index 100% rename from 3rdparty/glext/GLES2/gl2ext.h rename to 3rdparty/khronos/GLES2/gl2ext.h diff --git a/3rdparty/glext/GLES2/gl2platform.h b/3rdparty/khronos/GLES2/gl2platform.h similarity index 100% rename from 3rdparty/glext/GLES2/gl2platform.h rename to 3rdparty/khronos/GLES2/gl2platform.h diff --git a/3rdparty/glext/GLES3/gl3.h b/3rdparty/khronos/GLES3/gl3.h similarity index 100% rename from 3rdparty/glext/GLES3/gl3.h rename to 3rdparty/khronos/GLES3/gl3.h diff --git a/3rdparty/glext/GLES3/gl3ext.h b/3rdparty/khronos/GLES3/gl3ext.h similarity index 100% rename from 3rdparty/glext/GLES3/gl3ext.h rename to 3rdparty/khronos/GLES3/gl3ext.h diff --git a/3rdparty/glext/GLES3/gl3platform.h b/3rdparty/khronos/GLES3/gl3platform.h similarity index 100% rename from 3rdparty/glext/GLES3/gl3platform.h rename to 3rdparty/khronos/GLES3/gl3platform.h diff --git a/3rdparty/glext/KHR/khrplatform.h b/3rdparty/khronos/KHR/khrplatform.h similarity index 100% rename from 3rdparty/glext/KHR/khrplatform.h rename to 3rdparty/khronos/KHR/khrplatform.h diff --git a/3rdparty/glext/gl/GRemedyGLExtensions.h b/3rdparty/khronos/gl/GRemedyGLExtensions.h similarity index 100% rename from 3rdparty/glext/gl/GRemedyGLExtensions.h rename to 3rdparty/khronos/gl/GRemedyGLExtensions.h diff --git a/3rdparty/glext/gl/glcorearb.h b/3rdparty/khronos/gl/glcorearb.h similarity index 100% rename from 3rdparty/glext/gl/glcorearb.h rename to 3rdparty/khronos/gl/glcorearb.h diff --git a/3rdparty/glext/gl/glext.h b/3rdparty/khronos/gl/glext.h similarity index 100% rename from 3rdparty/glext/gl/glext.h rename to 3rdparty/khronos/gl/glext.h diff --git a/3rdparty/glext/glx/glxext.h b/3rdparty/khronos/glx/glxext.h similarity index 100% rename from 3rdparty/glext/glx/glxext.h rename to 3rdparty/khronos/glx/glxext.h diff --git a/3rdparty/glext/wgl/wglext.h b/3rdparty/khronos/wgl/wglext.h similarity index 100% rename from 3rdparty/glext/wgl/wglext.h rename to 3rdparty/khronos/wgl/wglext.h diff --git a/premake/bgfx.lua b/premake/bgfx.lua index c685507f..9b0a65ed 100644 --- a/premake/bgfx.lua +++ b/premake/bgfx.lua @@ -33,7 +33,7 @@ project "bgfx" configuration { "vs* or linux or mingw or osx or ios*" } includedirs { --nacl has GLES2 headers modified... - BGFX_DIR .. "3rdparty/glext", + BGFX_DIR .. "3rdparty/khronos", } configuration {}