getmultisample(3G) getmultisample(3G)
NAME
getmultisample - returns the current multisample mode
C SPECIFICATION
Boolean getmultisample(void)
PARAMETERS
none
FUNCTION RETURN VALUE
The returned value of this function is either TRUE or FALSE.
TRUE indicates that multisample is on.
FALSE indicates that multisample is off. For systems without the
multisample option, this function always returns FALSE.
DESCRIPTION
getmultisample returns the current multisample mode.
SEE ALSO
multisample
NOTE
This routine is available only in immediate mode.
Page 1