mirror of
https://github.com/glfw/glfw.git
synced 2024-11-24 21:54:35 +00:00
Updated extension headers.
This commit is contained in:
parent
394c44ccf9
commit
9c4b925a96
869
deps/GL/glext.h
vendored
869
deps/GL/glext.h
vendored
File diff suppressed because it is too large
Load Diff
4
deps/GL/glxext.h
vendored
4
deps/GL/glxext.h
vendored
@ -33,10 +33,10 @@ extern "C" {
|
|||||||
** used to make the header, and the header can be found at
|
** used to make the header, and the header can be found at
|
||||||
** http://www.opengl.org/registry/
|
** http://www.opengl.org/registry/
|
||||||
**
|
**
|
||||||
** Khronos $Revision$ on $Date$
|
** Khronos $Revision: 23649 $ on $Date: 2013-10-23 00:21:49 -0700 (Wed, 23 Oct 2013) $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define GLX_GLXEXT_VERSION 20130710
|
#define GLX_GLXEXT_VERSION 20131008
|
||||||
|
|
||||||
/* Generated C header for:
|
/* Generated C header for:
|
||||||
* API: glx
|
* API: glx
|
||||||
|
12
deps/GL/wglext.h
vendored
12
deps/GL/wglext.h
vendored
@ -33,7 +33,7 @@ extern "C" {
|
|||||||
** used to make the header, and the header can be found at
|
** used to make the header, and the header can be found at
|
||||||
** http://www.opengl.org/registry/
|
** http://www.opengl.org/registry/
|
||||||
**
|
**
|
||||||
** Khronos $Revision$ on $Date$
|
** Khronos $Revision: 23649 $ on $Date: 2013-10-23 00:21:49 -0700 (Wed, 23 Oct 2013) $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
|
#if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
|
||||||
@ -41,7 +41,7 @@ extern "C" {
|
|||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define WGL_WGLEXT_VERSION 20130710
|
#define WGL_WGLEXT_VERSION 20130916
|
||||||
|
|
||||||
/* Generated C header for:
|
/* Generated C header for:
|
||||||
* API: wgl
|
* API: wgl
|
||||||
@ -645,6 +645,14 @@ BOOL WINAPI wglCopyImageSubDataNV (HGLRC hSrcRC, GLuint srcName, GLenum srcTarge
|
|||||||
#endif
|
#endif
|
||||||
#endif /* WGL_NV_copy_image */
|
#endif /* WGL_NV_copy_image */
|
||||||
|
|
||||||
|
#ifndef WGL_NV_delay_before_swap
|
||||||
|
#define WGL_NV_delay_before_swap 1
|
||||||
|
typedef BOOL (WINAPI * PFNWGLDELAYBEFORESWAPNVPROC) (HDC hDC, GLfloat seconds);
|
||||||
|
#ifdef WGL_WGLEXT_PROTOTYPES
|
||||||
|
BOOL WINAPI wglDelayBeforeSwapNV (HDC hDC, GLfloat seconds);
|
||||||
|
#endif
|
||||||
|
#endif /* WGL_NV_delay_before_swap */
|
||||||
|
|
||||||
#ifndef WGL_NV_float_buffer
|
#ifndef WGL_NV_float_buffer
|
||||||
#define WGL_NV_float_buffer 1
|
#define WGL_NV_float_buffer 1
|
||||||
#define WGL_FLOAT_COMPONENTS_NV 0x20B0
|
#define WGL_FLOAT_COMPONENTS_NV 0x20B0
|
||||||
|
Loading…
Reference in New Issue
Block a user