Function glfwDestroyWindow

  • This function destroys the specified window and its context. On calling this function, no further callbacks will be called for that window.

    If the context of the specified window is current on the main thread, it is detached before being destroyed.

    Parameters

    Returns void

Generated using TypeDoc