Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/regl-project/regl
/ Props
Interface
Props
example/typescript/video.ts:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
const
regl = REGL()
12
13
interface
Props {
14
video: REGL.Texture2D;
15
}
16
17
interface
Uniforms {
18
texture: REGL.Texture2D;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…