RAPIDS
    Preparing search index...

    Variable setWindowSizeCallbackConst

    setWindowSizeCallback: (
        window: GLFWwindow,
        callback:
            | null
            | ((window: GLFWwindow, width: number, height: number) => void),
    ) => void = GLFW.setWindowSizeCallback

    Type Declaration

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

        • window: GLFWwindow
        • callback: null | ((window: GLFWwindow, width: number, height: number) => void)

        Returns void