]> git.tdb.fi Git - libs/gl.git/blob - extensions/arb_vertex_buffer_object.glext
Set both min and mag filters when exporting textures
[libs/gl.git] / extensions / arb_vertex_buffer_object.glext
1 extension ARB_vertex_buffer_object
2 # Queries for fixed-function array buffer bindings are deprecated
3 ignore GL_COLOR_ARRAY_BUFFER_BINDING_ARB
4 ignore GL_EDGE_FLAG_ARRAY_BUFFER_BINDING_ARB
5 ignore GL_FOG_COORDINATE_ARRAY_BUFFER_BINDING_ARB
6 ignore GL_INDEX_ARRAY_BUFFER_BINDING_ARB
7 ignore GL_NORMAL_ARRAY_BUFFER_BINDING_ARB
8 ignore GL_SECONDARY_COLOR_ARRAY_BUFFER_BINDING_ARB
9 ignore GL_TEXTURE_COORD_ARRAY_BUFFER_BINDING_ARB
10 ignore GL_VERTEX_ARRAY_BUFFER_BINDING_ARB
11 ignore GL_WEIGHT_ARRAY_BUFFER_BINDING_ARB
12 # Buffer mapping has a separate extension on OpenGL ES; see OES_mapbuffer
13 ignore glMapBufferARB
14 ignore glUnmapBufferARB
15 ignore GL_BUFFER_ACCESS_ARB
16 ignore GL_BUFFER_MAPPED_ARB
17 ignore GL_BUFFER_MAP_POINTER_ARB
18 ignore glGetBufferPointervARB
19 ignore GL_READ_ONLY_ARB
20 ignore GL_WRITE_ONLY_ARB
21 ignore GL_READ_WRITE_ARB
22 # Buffer content readback is not supported on OpenGL ES
23 ignore glGetBufferSubDataARB
24 # OpenGL ES does not support copy and read usages before 3.0
25 optional GL_DYNAMIC_COPY_ARB
26 optional GL_DYNAMIC_READ_ARB
27 optional GL_STATIC_COPY_ARB
28 optional GL_STATIC_READ_ARB
29 optional GL_STREAM_COPY_ARB
30 optional GL_STREAM_READ_ARB