Problem with glPolygonStipple(ByteBuffer mask)

Started by qualle2008, April 30, 2010, 23:01:48

Previous topic - Next topic

qualle2008

Hello,

The argument *mask* in *glPolygonStipple(ByteBuffer mask)* must have the size 1024 in LWJGL.
but OpenGL Spec defines the mask as 32x32 bitmap, means 128 bytes.

Is this a bug?

thanks

spasi