JOGL 2.0-b942-20130324 GL_COPY_READ_BUFFER_BINDING GL_COPY_WRITE_BUFFER_BINDING GL_TEXTURE_BUFFER_BINDING GL_DISPATCH_INDIRECT_BUFFER GL_DISPATCH_INDIRECT_BUFFER_BINDING GL_SHADER_STORAGE_BUFFER GL_SHADER_STORAGE_BUFFER_BINDING
(In reply to comment #0) > JOGL 2.0-b942-20130324 > > GL_COPY_READ_BUFFER_BINDING > GL_COPY_WRITE_BUFFER_BINDING > GL_TEXTURE_BUFFER_BINDING > > GL_DISPATCH_INDIRECT_BUFFER > GL_DISPATCH_INDIRECT_BUFFER_BINDING > GL_SHADER_STORAGE_BUFFER > GL_SHADER_STORAGE_BUFFER_BINDING .. and what are those constants for ? Please specify - GL Profile - GL Extension I assume this must be GL 4.3 or ES3, since we are GL 4.2 complete, as well as ES2. If those const. are within <= GL4.2/ES2, pls reopen this bug report! Thank you.
GL_TEXTURE_BUFFER_BINDING http://www.opengl.org/sdk/docs/man3/xhtml/glGet.xml http://www.opengl.org/sdk/docs/man/xhtml/glGet.xml GL_COPY_READ_BUFFER_BINDING GL_COPY_WRITE_BUFFER_BINDING http://www.opengl.org/registry/doc/glspec42.core.20120427.pdf (Table 2.8: Buffer object binding targets) the others are 4.3, yes.
(In reply to comment #2) > GL_TEXTURE_BUFFER_BINDING > http://www.opengl.org/sdk/docs/man3/xhtml/glGet.xml > http://www.opengl.org/sdk/docs/man/xhtml/glGet.xml Maybe so .. but it is not in: http://www.opengl.org/registry/doc/glspec42.compatibility.20120427.pdf http://www.opengl.org/registry/api/glext.h Even a grep within my GL spec pdf and header folder didn't help. See <http://stackoverflow.com/questions/15710949/gl-texture-buffer-binding-opengl-undefined>, so you are not the only one :| > > GL_COPY_READ_BUFFER_BINDING > GL_COPY_WRITE_BUFFER_BINDING > http://www.opengl.org/registry/doc/glspec42.core.20120427.pdf (Table 2.8: > Buffer object binding targets) Yes, same pname as COPY_[READ|WRITE]_BUFFER - added 82ee483ad56571ca30fea3d0c5a9078216b0d8c5, those actually sneaked in after 1st release of headers :) > > the others are 4.3, yes. .. which will be added soon.