pixi.js
Website
GitHub
Discord
Preparing search index...
StructsAndGroups
Interface StructsAndGroups
Advanced
Defines the structure of the extracted WGSL structs and groups.
interface
StructsAndGroups
{
groups
:
{
binding
:
number
;
group
:
number
;
isUniform
:
boolean
;
name
:
string
;
type
:
string
;
}
[]
;
structs
:
{
members
:
Record
<
string
,
string
>
;
name
:
string
}
[]
;
}
Index
Properties
groups
structs
Properties
groups
groups
:
{
binding
:
number
;
group
:
number
;
isUniform
:
boolean
;
name
:
string
;
type
:
string
;
}
[]
structs
structs
:
{
members
:
Record
<
string
,
string
>
;
name
:
string
}
[]
Settings
Member Visibility
Inherited
Advanced
Theme
OS
Light
Dark
On This Page
Properties
groups
structs
Website
GitHub
Discord
pixi.js
Loading...
Defines the structure of the extracted WGSL structs and groups.