wesl
Preparing search index...
TypeRefElem
Interface TypeRefElem
a reference to a type, like 'f32', or 'MyStruct', or 'ptr<storage, array
, read_only>'
interface
TypeRefElem
{
contents
:
AbstractElem
[]
;
end
:
number
;
kind
:
"type"
;
name
:
RefIdent
;
start
:
number
;
templateParams
?:
TypeTemplateParameter
[]
;
}
Hierarchy (
View Summary
)
ElemWithContentsBase
TypeRefElem
Index
Properties
contents
end
kind
name
start
template
Params?
Properties
contents
contents
:
AbstractElem
[]
end
end
:
number
kind
kind
:
"type"
name
name
:
RefIdent
start
start
:
number
Optional
template
Params
templateParams
?:
TypeTemplateParameter
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
contents
end
kind
name
start
template
Params
wesl
Loading...
a reference to a type, like 'f32', or 'MyStruct', or 'ptr<storage, array, read_only>'