hasRenderSystem
GetterStatic ReadOnly
Whether the [renderSystem[]] has been successfully initialized.
This will always be false
before calling startup and after calling shutdown.
In rare circumstances (e.g., while executing in a headless test environment) it may remain false
due to a failure to
obtain a WebGL rendering context.
As long as you have called startup, you can generally assume it to be true
.
hasRenderSystem: boolean
Returns - boolean
Defined in
- core/frontend/src/IModelApp.ts Line 286
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.