RAPIDS
    Preparing search index...

    Variable setWindowRefreshCallbackConst

    setWindowRefreshCallback: (
        window: GLFWwindow,
        callback: null | ((window: GLFWwindow) => void),
    ) => void = GLFW.setWindowRefreshCallback

    Type Declaration

      • (window: GLFWwindow, callback: null | ((window: GLFWwindow) => void)): void
      • Parameters

        • window: GLFWwindow
        • callback: null | ((window: GLFWwindow) => void)

        Returns void