Home > @visualization-tools/core > IRendererSharedState
Render state that persists between draw calls.
Signature:
export interface IRendererSharedState
| Property | Type | Description |
|---|---|---|
| entityBuffers | IEntityBufferStore<TUnknownBufferLayout> | |
| frameCounter | number | |
| scissorRange | IReadonlyRange2d<TTypedArray> | null |
| Method | Description |
|---|---|
| onContextLost() | |
| onNewFrame() | |
| updateScissorRange(scissorRange) |