WasmGPU - v0.6.0
Preparing search index...
PerformanceStatsSources
Type Alias PerformanceStatsSources
type
PerformanceStatsSources
=
{
getCullingStats
?:
()
=>
{
tested
:
number
;
visible
:
number
}
|
null
;
getGpuTimeNs
?:
()
=>
number
|
null
;
}
Index
Properties
get
Culling
Stats?
get
Gpu
Time
Ns?
Properties
Optional
get
Culling
Stats
getCullingStats
?:
()
=>
{
tested
:
number
;
visible
:
number
}
|
null
Optional
get
Gpu
Time
Ns
getGpuTimeNs
?:
()
=>
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Culling
Stats
get
Gpu
Time
Ns
Source code
Examples
WasmGPU - v0.6.0
Loading...