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

Method drawDep

packages/gl-react/src/Node.tsx:1016–1016  ·  view source on GitHub ↗
(d: any)

Source from the content-addressed store, hash-verified

1014 }
1015
1016 const drawDep = (d: any) => d._draw();
1017 this.dependencies.forEach(drawDep);
1018
1019 visitors.forEach((v) => v.onNodeDraw(this, preparedUniforms));

Callers

nothing calls this directly

Calls 1

_drawMethod · 0.65

Tested by

no test coverage detected