()
| 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( |
nothing calls this directly
no outgoing calls
no test coverage detected