From: Sven G. <sgo...@ja...> - 2002-06-20 05:11:43
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday 17 June 2002 16:55, aNt wrote: > There seems to only be a: > > gl.glColorMask(boolean, boolean, boolean, boolean); > > Shouldn¹t there also be a: > > gl.glColorMask(int, int, int, int); > > Or is it just me going mad as always? > C SPECIFICATION void glColorMask( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha ) PARAMETERS red, green, blue, alpha Specify whether red, green, blue, and alpha can or cannot be written into the frame buffer. The ini tial values are all GL_TRUE, indicating that the color components can be written. ;-) > Tip top > > aNt > > not mad, but maybe microsoft help addicted ? 8-) cheers, sven - -- health & wealth mailto:sgo...@ja... www : http://www.jausoft.com ; pgp: http://www.jausoft.com/gpg/ voice : +49-521-2399440 ; fax : +49-521-2399442 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9EWP6HdOA30NoFAARAh1/AJ0ZrvZn3teH6W+kI5tM4DZDq6vD+gCeNHKe 2V48M9G2qsp9xBqjMjV0U7A= =Hv40 -----END PGP SIGNATURE----- |