Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/midrender/revideo
/ setup
Method
setup
packages/core/src/app/SharedWebGLContext.ts:37–37 ·
view source on GitHub ↗
(gl: WebGL2RenderingContext)
Source
from the content-addressed store, hash-verified
35
*/
36
export
interface
WebGLContextOwner {
37
setup(gl: WebGL2RenderingContext): void;
38
teardown(gl: WebGL2RenderingContext): void;
39
}
40
Callers
4
shaderCanvas
Method · 0.65
borrow
Method · 0.65
constructor
Method · 0.65
constructor
Method · 0.65
Implementers
1
Shaders
packages/core/src/scenes/Shaders.ts
Calls
no outgoing calls
Tested by
no test coverage detected