diff options
author | Kenneth Russel <[email protected]> | 2005-05-19 23:18:02 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2005-05-19 23:18:02 +0000 |
commit | a6655b13e61b28e5e2c38c7b53c6d26db93b0cbb (patch) | |
tree | 0fc679effaa1af203ab1d207bb09189699b64b6e /make/gl-common.cfg | |
parent | 8211fd2c3d4a349940baf32b32bb988079ffae64 (diff) |
Added more extension definitions from Apple's glext.h (including, and
in particular, GL_APPLE_float_pixels)
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@275 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/gl-common.cfg')
-rw-r--r-- | make/gl-common.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/gl-common.cfg b/make/gl-common.cfg index 10e11f281..f04f4c582 100644 --- a/make/gl-common.cfg +++ b/make/gl-common.cfg @@ -54,6 +54,7 @@ Ignore glGetBufferPointerv Ignore glGetBufferPointervARB Ignore glGetPointerv Ignore glGetPointervEXT +Ignore glGetTexParameterPointervAPPLE Ignore glGetVertexAttribPointerv Ignore glGetVertexAttribPointervARB Ignore glGetVertexAttribPointervNV |