wgpu4k-scenes
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
wgpu4k-scenes
wgpu4k-scenes
/
io.ygdrasil.webgpu.examples.helper.glb
/
GLTF2
/
Primitive
/
Primitive
Primitive
constructor
(
name
:
String
?
=
null
,
attributes
:
Map
<
GLTF2.PrimitiveAttribute
,
Int
>
=
emptyMap()
,
indices
:
Int
?
=
null
,
material
:
Int
?
=
null
,
mode
:
Int
=
4
,
targets
:
List
<
Map
<
GLTF2.PrimitiveAttribute
,
Int
>
>
=
emptyList()
,
extensions
:
JsonElement
?
=
null
,
extras
:
JsonElement
?
=
null
)