visualization-tools

Home > @visualization-tools/core > IRendererSharedState

IRendererSharedState interface

Render state that persists between draw calls.

Signature:

export interface IRendererSharedState 

Properties

Property Type Description
entityBuffers IEntityBufferStore<TUnknownBufferLayout>  
frameCounter number  
scissorRange IReadonlyRange2d<TTypedArray> | null  

Methods

Method Description
onContextLost()  
onNewFrame()  
updateScissorRange(scissorRange)