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
/
GLBModel
GLBModel
class
GLBModel
(
val
nodes
:
List
<
GLTFNode
>
)
Members
Constructors
GLBModel
Link copied to clipboard
constructor
(
nodes
:
List
<
GLTFNode
>
)
Properties
nodes
Link copied to clipboard
val
nodes
:
List
<
GLTFNode
>
Functions
build
Render
Bundles
Link copied to clipboard
fun
buildRenderBundles
(
device
:
Device
,
shaderCache
:
ShaderCache
,
viewParamsLayout
:
BindGroupLayout
,
viewParamsBindGroup
:
BindGroup
,
swapChainFormat
:
TextureFormat
)
:
List
<
RenderBundle
>