blob: a84f7fb0528d354ea8e0e723878319076cb2f948 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#
# Generated Configuration File
# Use make-glextension-depignore.sh to update!
#
#
# OpenGL 3.x dependencies
#
# We allow GL_VERSION_3_0 within GL2
# IgnoreExtension GL_VERSION_3_1 - contains common tokens
IgnoreExtension GL_VERSION_3_2
IgnoreExtension GL_VERSION_3_3
IgnoreExtension GL_VERSION_3_4
IgnoreExtension GL_ARB_sync
IgnoreExtension GL_ARB_texture_compression_bptc
IgnoreExtension GL_ARB_draw_indirect
IgnoreExtension GL_ARB_gpu_shader5
IgnoreExtension GL_ARB_gpu_shader_fp64
IgnoreExtension GL_ARB_tessellation_shader
IgnoreExtension GL_NV_gpu_shader5
|