Changeset 194
- Timestamp:
- 10/08/06 07:08:51 (2 years ago)
- Files:
-
- trunk/DerelictGL/derelict/opengl/gl12.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/DerelictGL/derelict/opengl/gl12.d
r165 r194 60 60 61 61 const GLuint GL_RESCALE_NORMAL = 0x803A; 62 const GLuint GL_CLAMP_TO_EDGE = 0x8 0E8;62 const GLuint GL_CLAMP_TO_EDGE = 0x812F; 63 63 const GLuint GL_MAX_ELEMENTS_VERTICES = 0x80E8; 64 64 const GLuint GL_MAX_ELEMENTS_INDICES = 0x80E9;
