MCPcopy
hub / github.com/visgl/deck.gl / Renderer

Interface Renderer

modules/arcgis/src/commons.ts:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import {WebGLDevice} from '@luma.gl/webgl';
12
13interface Renderer {
14 redraw: () => void;
15}
16
17export type RenderResources = {
18 deck: Deck;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…