wesl
    Preparing search index...

    Interface GlobalVarElem

    a global variable declaration (at the root level)

    interface GlobalVarElem {
        attributes?: AttributeElem[];
        contents: AbstractElem[];
        end: number;
        kind: "gvar";
        name: TypedDeclElem;
        start: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes?: AttributeElem[]
    contents: AbstractElem[]
    end: number
    kind: "gvar"
    start: number