mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2025-03-23 00:56:48 +00:00
Merge https://github.com/nigels-com/glew.git into master HEAD at Tue Jan 21 22:55:43 GMT 2020
This commit is contained in:
commit
83907238d9
@ -27,9 +27,9 @@ Windows binaries for [32-bit and 64-bit](https://sourceforge.net/projects/glew/f
|
|||||||
|
|
||||||
Snapshots may contain new features, bug-fixes or new OpenGL extensions ahead of tested, official releases.
|
Snapshots may contain new features, bug-fixes or new OpenGL extensions ahead of tested, official releases.
|
||||||
|
|
||||||
[glew-20190928.tgz](https://sourceforge.net/projects/glew/files/glew/snapshots/glew-20190928.tgz/download) *GLEW 2.2.0 RC2: New extensions, bug fixes*
|
[glew-20200115.tgz](https://sourceforge.net/projects/glew/files/glew/snapshots/glew-20200115.tgz/download) *GLEW 2.2.0 RC3: fixes*
|
||||||
|
|
||||||
[glew-20181010.tgz](https://sourceforge.net/projects/glew/files/glew/snapshots/glew-20181010.tgz/download) *GLEW 2.2.0 RC1: New extensions, bug fixes*
|
[glew-20190928.tgz](https://sourceforge.net/projects/glew/files/glew/snapshots/glew-20190928.tgz/download) *GLEW 2.2.0 RC2: New extensions, bug fixes*
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
|
@ -9,13 +9,6 @@ GL_EXT_memory_object
|
|||||||
GL_TILING_TYPES_EXT 0x9583
|
GL_TILING_TYPES_EXT 0x9583
|
||||||
GL_OPTIMAL_TILING_EXT 0x9584
|
GL_OPTIMAL_TILING_EXT 0x9584
|
||||||
GL_LINEAR_TILING_EXT 0x9585
|
GL_LINEAR_TILING_EXT 0x9585
|
||||||
GL_LAYOUT_GENERAL_EXT 0x958D
|
|
||||||
GL_LAYOUT_COLOR_ATTACHMENT_EXT 0x958E
|
|
||||||
GL_LAYOUT_DEPTH_STENCIL_ATTACHMENT_EXT 0x958F
|
|
||||||
GL_LAYOUT_DEPTH_STENCIL_READ_ONLY_EXT 0x9590
|
|
||||||
GL_LAYOUT_SHADER_READ_ONLY_EXT 0x9591
|
|
||||||
GL_LAYOUT_TRANSFER_SRC_EXT 0x9592
|
|
||||||
GL_LAYOUT_TRANSFER_DST_EXT 0x9593
|
|
||||||
GL_NUM_DEVICE_UUIDS_EXT 0x9596
|
GL_NUM_DEVICE_UUIDS_EXT 0x9596
|
||||||
GL_DEVICE_UUID_EXT 0x9597
|
GL_DEVICE_UUID_EXT 0x9597
|
||||||
GL_DRIVER_UUID_EXT 0x9598
|
GL_DRIVER_UUID_EXT 0x9598
|
||||||
|
@ -2,6 +2,16 @@ GL_EXT_semaphore
|
|||||||
http://www.opengl.org/registry/specs/EXT/external_objects.txt
|
http://www.opengl.org/registry/specs/EXT/external_objects.txt
|
||||||
GL_EXT_semaphore
|
GL_EXT_semaphore
|
||||||
|
|
||||||
|
GL_LAYOUT_GENERAL_EXT 0x958D
|
||||||
|
GL_LAYOUT_COLOR_ATTACHMENT_EXT 0x958E
|
||||||
|
GL_LAYOUT_DEPTH_STENCIL_ATTACHMENT_EXT 0x958F
|
||||||
|
GL_LAYOUT_DEPTH_STENCIL_READ_ONLY_EXT 0x9590
|
||||||
|
GL_LAYOUT_SHADER_READ_ONLY_EXT 0x9591
|
||||||
|
GL_LAYOUT_TRANSFER_SRC_EXT 0x9592
|
||||||
|
GL_LAYOUT_TRANSFER_DST_EXT 0x9593
|
||||||
|
GL_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_EXT 0x9530
|
||||||
|
GL_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_EXT 0x9531
|
||||||
|
|
||||||
void glDeleteSemaphoresEXT (GLsizei n, const GLuint* semaphores)
|
void glDeleteSemaphoresEXT (GLsizei n, const GLuint* semaphores)
|
||||||
void glGenSemaphoresEXT (GLsizei n, GLuint* semaphores)
|
void glGenSemaphoresEXT (GLsizei n, GLuint* semaphores)
|
||||||
void glGetSemaphoreParameterui64vEXT (GLuint semaphore, GLenum pname, GLuint64* params)
|
void glGetSemaphoreParameterui64vEXT (GLuint semaphore, GLenum pname, GLuint64* params)
|
||||||
|
Loading…
Reference in New Issue
Block a user