WasmGPU - v0.4.0
Preparing search index...
AnimationClipDescriptor
Type Alias AnimationClipDescriptor
type
AnimationClipDescriptor
=
{
channelCount
:
number
;
channelsPtr
:
WasmPtr
;
endTime
:
number
;
name
:
string
;
ownedF32Allocs
?:
ReadonlyArray
<
{
len
:
number
;
ptr
:
WasmPtr
}
>
;
ownedU32Allocs
?:
ReadonlyArray
<
{
len
:
number
;
ptr
:
WasmPtr
}
>
;
samplerCount
:
number
;
samplersPtr
:
WasmPtr
;
startTime
:
number
;
}
Index
Properties
channel
Count
channels
Ptr
end
Time
name
owned
F32
Allocs?
owned
U32
Allocs?
sampler
Count
samplers
Ptr
start
Time
Properties
channel
Count
channelCount
:
number
channels
Ptr
channelsPtr
:
WasmPtr
end
Time
endTime
:
number
name
name
:
string
Optional
owned
F32
Allocs
ownedF32Allocs
?:
ReadonlyArray
<
{
len
:
number
;
ptr
:
WasmPtr
}
>
Optional
owned
U32
Allocs
ownedU32Allocs
?:
ReadonlyArray
<
{
len
:
number
;
ptr
:
WasmPtr
}
>
sampler
Count
samplerCount
:
number
samplers
Ptr
samplersPtr
:
WasmPtr
start
Time
startTime
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
Count
channels
Ptr
end
Time
name
owned
F32
Allocs
owned
U32
Allocs
sampler
Count
samplers
Ptr
start
Time
Source code
Examples (ESM)
Examples (IIFE)
WasmGPU - v0.4.0
Loading...