wesl
Preparing search index...
BindingStructElem
Interface BindingStructElem
a struct declaration that's been marked as a bindingStruct
interface
BindingStructElem
{
attributes
?:
AttributeElem
[]
;
bindingStruct
:
true
;
contents
:
AbstractElem
[]
;
end
:
number
;
entryFn
?:
FnElem
;
kind
:
"struct"
;
members
:
StructMemberElem
[]
;
name
:
DeclIdentElem
;
start
:
number
;
}
Hierarchy (
View Summary
)
StructElem
BindingStructElem
Index
Properties
attributes?
binding
Struct
contents
end
entry
Fn?
kind
members
name
start
Properties
Optional
attributes
attributes
?:
AttributeElem
[]
binding
Struct
bindingStruct
:
true
contents
contents
:
AbstractElem
[]
end
end
:
number
Optional
entry
Fn
entryFn
?:
FnElem
kind
kind
:
"struct"
members
members
:
StructMemberElem
[]
name
name
:
DeclIdentElem
start
start
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
binding
Struct
contents
end
entry
Fn
kind
members
name
start
wesl
Loading...
a struct declaration that's been marked as a bindingStruct