wesl
    Preparing search index...

    Interface ParsedRegistry

    interface ParsedRegistry {
        modules: Record<string, WeslAST>;
    }
    Index

    Properties

    Properties

    modules: Record<string, WeslAST>