mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
Updated gl_load.* files generated with glLoadGen 2.0.5
Added OpenGL extensions list file for glLoadGen Added extensions for OS X version
This commit is contained in:
parent
2b710ec73d
commit
de6f13f0b4
3 changed files with 1592 additions and 1553 deletions
14
src/gl/system/gl_extlist.txt
Normal file
14
src/gl/system/gl_extlist.txt
Normal file
|
@ -0,0 +1,14 @@
|
|||
-- List of OpenGL extensions for glLoadGen
|
||||
|
||||
-- Generation of gl_load.c and gl_load.h files:
|
||||
-- > lua LoadGen.lua -style=pointer_c -spec=gl -version=3.3 -profile=compatibility -extfile=gl_extlist.txt load
|
||||
|
||||
APPLE_client_storage
|
||||
ARB_buffer_storage
|
||||
ARB_shader_storage_buffer_object
|
||||
ARB_texture_compression
|
||||
ARB_texture_rectangle
|
||||
EXT_framebuffer_object
|
||||
EXT_texture_compression_s3tc
|
||||
EXT_texture_filter_anisotropic
|
||||
EXT_texture_sRGB
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue