wesl
    Preparing search index...

    Interface StructMemberElem

    a member of a struct declaration

    interface StructMemberElem {
        attributes?: AttributeElem[];
        contents: AbstractElem[];
        end: number;
        kind: "member";
        mangledVarName?: string;
        name: NameElem;
        start: number;
        typeRef: TypeRefElem;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes?: AttributeElem[]
    contents: AbstractElem[]
    end: number
    kind: "member"
    mangledVarName?: string
    name: NameElem
    start: number
    typeRef: TypeRefElem