Ticket #17 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

Incorrect signature for {Load,Mult}TransposeMatrix{fd}

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

Description

in module derelict.opengl.gl13, lines 281..284: the functions should take pointers to GLfloat/GLdouble instead of arrays as parameters.

From the opengl spec, Version 2.1 - July 30, 2006, page 44:

The commands

void LoadTransposeMatrix?{fd}( T m[16] ); void MultTransposeMatrix?{fd}( T m[16] );

take pointers to 4×4 matrices stored in row-major order as 16 consecutive floating- point values

Change History

04/13/08 21:57:23 changed by aldacron

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