windowCanDraw(windowId:)

    Returns true if anything can be drawn in the window specified by windowId, false otherwise. Using the --disable-render-loop command line argument or a headless build will return false.

    DisplayServer.swift:5454
    static func windowCanDraw(windowId: Int32 = 0) -> Bool

    Other members in extension

    Types

    Type members