G-code Preview — API Reference
Guide
npm
GitHub
Preparing search index...
@chestnutlabs/gcode-renderer-three
GpuInfo
Interface GpuInfo
The GPU-facing subset of
RenderStats
, probed once from a live WebGL renderer.
interface
GpuInfo
{
capability
:
RenderCapability
;
gpuRenderer
:
null
|
string
;
gpuVendor
:
null
|
string
;
webglVersion
:
null
|
1
|
2
;
}
Index
Properties
capability
gpu
Renderer
gpu
Vendor
webgl
Version
Properties
capability
capability
:
RenderCapability
gpu
Renderer
gpuRenderer
:
null
|
string
gpu
Vendor
gpuVendor
:
null
|
string
webgl
Version
webglVersion
:
null
|
1
|
2
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
capability
gpu
Renderer
gpu
Vendor
webgl
Version
Guide
npm
GitHub
G-code Preview — API Reference
Loading...
The GPU-facing subset of RenderStats, probed once from a live WebGL renderer.