<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://jogamp.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://jogamp.org/bugzilla/"
          
          maintainer="sgothel@jausoft.com"
>

    <bug>
          <bug_id>714</bug_id>
          
          <creation_ts>2013-04-04 20:46:15 +0200</creation_ts>
          <short_desc>GL Constants not defined</short_desc>
          <delta_ts>2013-04-06 05:25:57 +0200</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>JogAmp</classification>
          <product>Jogl</product>
          <component>opengl</component>
          <version>2</version>
          <rep_platform>All</rep_platform>
          <op_sys>all</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>---</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="cubus">damichl73</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          
          
          <cf_type>---</cf_type>
          <cf_scm_refs>82ee483ad56571ca30fea3d0c5a9078216b0d8c5</cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2420</commentid>
    <comment_count>0</comment_count>
    <who name="cubus">damichl73</who>
    <bug_when>2013-04-04 20:46:15 +0200</bug_when>
    <thetext>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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2426</commentid>
    <comment_count>1</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2013-04-05 02:06:03 +0200</bug_when>
    <thetext>(In reply to comment #0)
&gt; JOGL 2.0-b942-20130324
&gt; 
&gt; GL_COPY_READ_BUFFER_BINDING
&gt; GL_COPY_WRITE_BUFFER_BINDING
&gt; GL_TEXTURE_BUFFER_BINDING
&gt; 
&gt; GL_DISPATCH_INDIRECT_BUFFER
&gt; GL_DISPATCH_INDIRECT_BUFFER_BINDING
&gt; GL_SHADER_STORAGE_BUFFER
&gt; 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  &lt;= GL4.2/ES2,
pls reopen this bug report!

Thank you.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2436</commentid>
    <comment_count>2</comment_count>
    <who name="cubus">damichl73</who>
    <bug_when>2013-04-05 10:50:22 +0200</bug_when>
    <thetext>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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2438</commentid>
    <comment_count>3</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2013-04-06 05:25:57 +0200</bug_when>
    <thetext>(In reply to comment #2)
&gt; GL_TEXTURE_BUFFER_BINDING
&gt; http://www.opengl.org/sdk/docs/man3/xhtml/glGet.xml
&gt; 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&apos;t help.

See &lt;http://stackoverflow.com/questions/15710949/gl-texture-buffer-binding-opengl-undefined&gt;,
so you are not the only one :|

&gt; 
&gt; GL_COPY_READ_BUFFER_BINDING
&gt; GL_COPY_WRITE_BUFFER_BINDING
&gt; http://www.opengl.org/registry/doc/glspec42.core.20120427.pdf (Table 2.8:
&gt; Buffer object binding targets)

Yes, same pname as COPY_[READ|WRITE]_BUFFER - added 82ee483ad56571ca30fea3d0c5a9078216b0d8c5,
those actually sneaked in after 1st release of headers :)

&gt; 
&gt; the others are 4.3, yes.

.. which will be added soon.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>