mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 23:31:56 +00:00
556eb44690
# Conflicts: # source/CMakeLists.txt # source/common/rendering/gl_load/gl_interface.cpp
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
|