| 13 | } |
| 14 | |
| 15 | export interface Destroyable { |
| 16 | destroy(device: GfxDevice): void; |
| 17 | } |
| 18 | |
| 19 | export interface GraphObjBase extends Destroyable { |
| 20 | prepareToRender(device: GfxDevice, renderInstManager: GfxRenderInstManager, viewerInput: ViewerRenderInput): void; |
nothing calls this directly
no outgoing calls
no test coverage detected