Kaba class Shader ed

...

Syntax ed

class Shader

    # constructors
    func mut __init__()

    # functions
    func static load(filename: Path) -> xfer[Shader]

Functions ed

func static load(filename: Path) -> xfer[Shader]
...