MCPcopy Create free account
hub / github.com/gre/gl-react / onSurfaceDrawStart

Method onSurfaceDrawStart

packages/gl-react/src/Visitor.ts:13–13  ·  view source on GitHub ↗
(surface: Surface)

Source from the content-addressed store, hash-verified

11 ): void;
12 onSurfaceDrawSkipped(surface: Surface): void;
13 onSurfaceDrawStart(surface: Surface): void;
14 onSurfaceDrawError(e: Error): any;
15 onSurfaceDrawEnd(surface: Surface): void;
16 onNodeDrawSkipped(node: Node): void;

Callers 1

_drawMethod · 0.65

Implementers 2

InspectorManagerpackages/cookbook/src/components/GLIns
Visitorpackages/gl-react/src/Visitor.ts

Calls

no outgoing calls

Tested by

no test coverage detected