wesl
Preparing search index...
StructMemberElem
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
)
ElemWithContentsBase
HasAttributes
StructMemberElem
Index
Properties
attributes?
contents
end
kind
mangled
Var
Name?
name
start
type
Ref
Properties
Optional
attributes
attributes
?:
AttributeElem
[]
contents
contents
:
AbstractElem
[]
end
end
:
number
kind
kind
:
"member"
Optional
mangled
Var
Name
mangledVarName
?:
string
name
name
:
NameElem
start
start
:
number
type
Ref
typeRef
:
TypeRefElem
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
contents
end
kind
mangled
Var
Name
name
start
type
Ref
wesl
Loading...
a member of a struct declaration