mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-07 05:21:12 +00:00
a1f7f0cc30
Everything compiles again but obviously no init code will run for now.
15 lines
436 B
Text
15 lines
436 B
Text
-- 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=4.5 -profile=compatibility -extfile=gl_extlist.txt load
|
|
|
|
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
|
|
KHR_debug
|
|
ARB_invalidate_subdata
|