MCPcopy
hub / github.com/gre/gl-react / render

Function render

packages/tests/__tests__/all.js:957–963  ·  view source on GitHub ↗
(w, h)

Source from the content-addressed store, hash-verified

955 },
956 });
957 const render = (w, h) => (
958 <Surface width={w} height={h}>
959 <LinearCopy>
960 <Node shader={shaders.helloGL} width={2} height={2} />
961 </LinearCopy>
962 </Surface>
963 );
964 const inst = create(render(2, 2));
965 const surface = inst.getInstance();
966 expectToBeCloseToColorArray(

Callers 1

all.jsFile · 0.70

Calls 4

createFunction · 0.90
updateMethod · 0.80
captureMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…