wesl
    Preparing search index...

    Interface SrcModule

    interface SrcModule {
        debugFilePath: string;
        modulePath: string;
        src: string;
    }
    Index

    Properties

    debugFilePath: string

    file path to the module for user error reporting e.g "rand_pkg:sub/foo.wesl", or "./sub/foo.wesl"

    modulePath: string

    module path "rand_pkg::sub::foo", or "package::main"

    src: string

    original src for module