1 Name: Khronos header files
2 Short Name: khronos_headers
3 URL: http://www.khronos.org/registry
6 License: MIT/X11, SGI Free Software License B
10 This package contains header files for the EGL and OpenGL ES 2.0 APIs from
11 Khronos. They are used for compiling code against these APIs as well as for
12 generating the GL binding initialization logic.
14 MIT/X11 (BSD like) license is for {EGL,KHR}/*, SGI Free Software License B is
20 - Added macros for C++ binding generation.
21 - Added GL_CONTEXT_LOST constant.
23 - Added Chromium and Angle extensions.
24 - Added ANGLE_instanced_arrays
25 - Added GL_EXT_framebuffer_multisample
26 - Added GL_CHROMIUM_command_buffer_query
27 - Added GL_CHROMIUM_command_buffer_latency_query
28 - Added GL_CHROMIUM_copy_texture
29 - Added GL_CHROMIUM_bind_uniform_location
30 - Added GL_CHROMIUM_get_error_query
31 - Added GL_CHROMIUM_texture_from_image
32 - Added GL_NVX_gpu_memory_info
34 - Added EGLNative*Type for Mac.