Changeset 293

Show
Ignore:
Timestamp:
04/13/08 21:33:35 (5 months ago)
Author:
aldacron
Message:

[DerelictGL]
* corrected the signature for glColor3bv, as reported by Bill Baxter in the ticket system I never use :)

Files:

Legend:

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

    r266 r293  
    524524    typedef void function(GLuint,GLuint,GLuint,GLuint) pfglColor4ui; 
    525525    typedef void function(GLushort,GLushort,GLushort,GLushort) pfglColor4us; 
    526     typedef void function(GLubyte*) pfglColor3bv; 
     526    typedef void function(GLbyte*) pfglColor3bv; 
    527527    typedef void function(GLdouble*) pfglColor3dv; 
    528528    typedef void function(GLfloat*) pfglColor3fv;