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
/
Companion
Companion
object
Companion
Members
Functions
read
GLB
Link copied to clipboard
suspend
fun
readGLB
(
file
:
VfsFile
)
:
GLTF2
suspend
fun
readGLB
(
data
:
ByteArray
,
file
:
VfsFile
?
=
null
)
:
GLTF2
read
GLTF
Link copied to clipboard
suspend
fun
readGLTF
(
jsonString
:
String
,
bin
:
ByteArray
?
=
null
,
file
:
VfsFile
?
=
null
)
:
GLTF2