Changeset 194

Show
Ignore:
Timestamp:
10/08/06 07:08:51 (2 years ago)
Author:
h3r3tic
Message:

fixed the GL_CLAMP_TO_EDGE bug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/DerelictGL/derelict/opengl/gl12.d

    r165 r194  
    6060 
    6161const GLuint GL_RESCALE_NORMAL                  = 0x803A; 
    62 const GLuint GL_CLAMP_TO_EDGE                   = 0x80E8
     62const GLuint GL_CLAMP_TO_EDGE                   = 0x812F
    6363const GLuint GL_MAX_ELEMENTS_VERTICES           = 0x80E8; 
    6464const GLuint GL_MAX_ELEMENTS_INDICES            = 0x80E9;