MCPcopy
hub / github.com/regl-project/regl / Context

Interface Context

example/typescript/envmap.ts:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 envmap: REGL.TextureCube;
19 }
20 export interface Context {
21 view: REGL.Mat4;
22 }
23 export interface Props {
24 cube: REGL.TextureCube;
25 }

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…