Ticket #12 (closed defect: fixed)

Opened 9 months ago

Last modified 4 months ago

Incorrect signature for glColor3bv

Reported by: baxissimo Assigned to:
Priority: major Version:
Keywords: Cc:

Description

In glfuncs.di around line 526:

typedef void function(GLubyte*) pfglColor3bv;

Should be GLbyte*, not GLubyte*.

Change History

11/14/07 15:53:18 changed by baxissimo

And another:

typedef void function(GLushort) pfglColor4usv;

should be GLushort* not GLushort.

04/13/08 21:33:51 changed by aldacron

  • status changed from new to closed.
  • resolution set to fixed.