MCPcopy
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

11const regl = REGL()
12
13interface Props {
14 video: REGL.Texture2D;
15}
16
17interface 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…