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

Method render

packages/tests/__tests__/all.js:195–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 this.node.current.flush();
194 }
195 render() {
196 return (
197 <Node
198 ref={this.node}
199 shader={shaders.helloTexture}
200 uniforms={this.state}
201 />
202 );
203 }
204 }
205 let helloTexture: ?HelloTextureStateful;
206 const inst = create(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected