Skip to content

Commit

Permalink
Removed some misbehaving constants from an extension fixed nimgl#18
Browse files Browse the repository at this point in the history
  • Loading branch information
lmariscal committed May 18, 2019
1 parent 12d3dd1 commit c639e0a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/nimgl/opengl.nim
Original file line number Diff line number Diff line change
Expand Up @@ -358,11 +358,6 @@ const
GL_CIRCULAR_TANGENT_ARC_TO_NV*: GLenum = GLenum(0xFC)
GL_ARC_TO_NV*: GLenum = GLenum(0xFE)
GL_RELATIVE_ARC_TO_NV*: GLenum = GLenum(0xFF)
GL_NEXT_BUFFER_NV*: GLenum = GLenum(-2)
GL_SKIP_COMPONENTS4_NV*: GLenum = GLenum(-3)
GL_SKIP_COMPONENTS3_NV*: GLenum = GLenum(-4)
GL_SKIP_COMPONENTS2_NV*: GLenum = GLenum(-5)
GL_SKIP_COMPONENTS1_NV*: GLenum = GLenum(-6)
GL_RESTART_SUN*: GLenum = GLenum(0x0001)
GL_REPLACE_MIDDLE_SUN*: GLenum = GLenum(0x0002)
GL_REPLACE_OLDEST_SUN*: GLenum = GLenum(0x0003)
Expand Down

0 comments on commit c639e0a

Please sign in to comment.