<?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>420</bug_id>
          
          <creation_ts>2010-10-22 01:03:38 +0200</creation_ts>
          <short_desc>Missing Constants in javax.media.opengl.GL</short_desc>
          <delta_ts>2015-09-27 03:14:49 +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>core</component>
          <version>2</version>
          <rep_platform>All</rep_platform>
          <op_sys>all</op_sys>
          <bug_status>VERIFIED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>---</priority>
          <bug_severity>trivial</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Martin Karing">karing.martin</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          <cc>sgothel</cc>
          
          <cf_type>FEATURE</cf_type>
          <cf_scm_refs></cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>522</commentid>
    <comment_count>0</comment_count>
    <who name="Martin Karing">karing.martin</who>
    <bug_when>2010-10-22 01:03:38 +0200</bug_when>
    <thetext>While some tests I found two constants in the interface javax.media.opengl.GL missing. When typing in the correct values everything works perfectly fine. So the only thing missing are actually the definitions of this constants.

The missing constants are:

GL_DOUBLE = 0x140A
GL_INT = 0x1404A</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>536</commentid>
    <comment_count>1</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2010-11-10 19:34:12 +0100</bug_when>
    <thetext>jogl/gensrc/classes/javax/media/opengl/GL2ES2.java:  public static final int GL_INT = 0x1404;

since it is part of OpenGL 1.0 and GLES2

++

jogl/gensrc/classes/javax/media/opengl/GL2GL3.java:  public static final int GL_DOUBLE = 0x140A;

since it is part of OpenGL 1.0 and forward compatible with &gt;= GL3 (core profiles)

++ 

hence, this is not a bug</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>