RAPIDS
    Preparing search index...

    Variable setWindowAttribConst

    setWindowAttrib: (
        window: GLFWwindow,
        attribute: GLFWWindowAttribute,
        value: number | boolean,
    ) => void = GLFW.setWindowAttrib

    Type Declaration

      • (
            window: GLFWwindow,
            attribute: GLFWWindowAttribute,
            value: number | boolean,
        ): void
      • Parameters

        Returns void