Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidHDev/react-bits
/
Class
src/tools/texture-lab/renderer.js:61–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
export
class
WebGLRenderer {
62
constructor(canvas) {
63
this.canvas = canvas;
64
this.gl = canvas.getContext(
'webgl2'
) || canvas.getContext(
'webgl'
);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected