wesl
    Preparing search index...

    Interface TransformedAST

    interface TransformedAST {
        globalNames: Set<string>;
        moduleElem: ModuleElem;
        notableElems: Record<string, AbstractElem[]>;
        srcModule: SrcModule;
    }

    Hierarchy

    • Pick<WeslAST, "srcModule" | "moduleElem">
      • TransformedAST
    Index

    Properties

    globalNames: Set<string>
    moduleElem: ModuleElem

    root module element

    notableElems: Record<string, AbstractElem[]>
    srcModule: SrcModule

    source text for this module