blob: 2684a6dc8007d0536db8f824c0feb169577aae40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Ignoring API only available on embedded systems, e.g. ES1, ES2, ES3, ..
#
# GL_APPLE_framebuffer_multisample
Ignore glResolveMultisampleFramebufferAPPLE
# GL_KHR_debug: Only avail on ES2
Ignore GL_VERTEX_ARRAY_KHR
# Since we subsume GL_KHR_debug, we need to skip GL_VERTEX_ARRAY,
# which is already defined in GLPointerFunc
Ignore GL_VERTEX_ARRAY
|