Hello Guest

[FIXED] Many duplicate GL enums!

  • 1 Replies
  • 6290 Views
*

Offline ra4king

  • **
  • 58
  • I'm the King!
    • Roi's Website
[FIXED] Many duplicate GL enums!
« on: September 01, 2012, 21:23:20 »
After reporting GL_RED and GL_BGRA, I got some more reports of duplicates. I will start to compile a list of all duplicate variables that have the same value:

- GL_FLOAT, found in GL11, ARBVertexShader, ARBShaderObjects, and AMDPerformanceMonitor. Should be only in GL11.
- GL_UNSIGNED_INT, found in GL11, AMDPerformanceMonitor, and EXTGpuShader4. Should be only in GL11.
- GL_RED, another duplicate found in ARBTextureRg. Should be only in GL11.

To find these duplicates, I search in google: "site:lwjgl.com/javadoc <enum>"
« Last Edit: September 01, 2012, 21:24:35 by kappa »
-Roi

*

Offline spasi

  • *****
  • 2261
    • WebHotelier
Re: [BUG] Many duplicate GL enums!
« Reply #1 on: September 03, 2012, 20:28:03 »
Fixed.