Signature
glutDestroyMenu(
menu
)
Destroy (cleanup) the given menu Deregister's the interal pointer to the menu callback returns None
Parameters
Variables | Description |
---|---|
menu |
The identifier of the menu to destroy.
|
Description
glutDestroyMenu
destroys the specified menu by menu. If menu was the current menu, the current
menu becomes invalid and
glutGetMenu
will return zero.