Branimir Karadžić 11 лет назад
Родитель
Сommit
bf52dc9d02

+ 0 - 0
3rdparty/glext/EGL/egl.h → 3rdparty/khronos/EGL/egl.h


+ 0 - 0
3rdparty/glext/EGL/eglext.h → 3rdparty/khronos/EGL/eglext.h


+ 0 - 0
3rdparty/glext/EGL/eglplatform.h → 3rdparty/khronos/EGL/eglplatform.h


+ 0 - 0
3rdparty/glext/GLES2/gl2.h → 3rdparty/khronos/GLES2/gl2.h


+ 0 - 0
3rdparty/glext/GLES2/gl2ext.h → 3rdparty/khronos/GLES2/gl2ext.h


+ 0 - 0
3rdparty/glext/GLES2/gl2platform.h → 3rdparty/khronos/GLES2/gl2platform.h


+ 0 - 0
3rdparty/glext/GLES3/gl3.h → 3rdparty/khronos/GLES3/gl3.h


+ 0 - 0
3rdparty/glext/GLES3/gl3ext.h → 3rdparty/khronos/GLES3/gl3ext.h


+ 0 - 0
3rdparty/glext/GLES3/gl3platform.h → 3rdparty/khronos/GLES3/gl3platform.h


+ 0 - 0
3rdparty/glext/KHR/khrplatform.h → 3rdparty/khronos/KHR/khrplatform.h


+ 0 - 0
3rdparty/glext/gl/GRemedyGLExtensions.h → 3rdparty/khronos/gl/GRemedyGLExtensions.h


+ 0 - 0
3rdparty/glext/gl/glcorearb.h → 3rdparty/khronos/gl/glcorearb.h


+ 0 - 0
3rdparty/glext/gl/glext.h → 3rdparty/khronos/gl/glext.h


+ 0 - 0
3rdparty/glext/glx/glxext.h → 3rdparty/khronos/glx/glxext.h


+ 0 - 0
3rdparty/glext/wgl/wglext.h → 3rdparty/khronos/wgl/wglext.h


+ 1 - 1
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 {}