Menu

#54 problem with TexImage3D and IRIX

closed-out-of-date
5
2006-04-28
2003-04-30
No

There is a type conflict for the function
packspu_TexImage3D on IRIX platforms. In
packspu_pixel.c, internalformat is defined as a GLenum
and in packspu_proto.h, as a GLint !

Solution :
use the same mechanism that in packspu_pixel.c (line
162) with a #if defined (AIX)||(IRIX). But it's just a
workaround.

Discussion

  • Brian Paul

    Brian Paul - 2006-04-28

    Logged In: YES
    user_id=983

    The code has changed quite a bit since this was filed. Open
    new report if needed.

     
  • Brian Paul

    Brian Paul - 2006-04-28
    • status: open --> closed-out-of-date
     

Log in to post a comment.