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

Interface UniformsText

example/typescript/text.ts:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36interface UniformsText {
37 t: number;
38 projection: REGL.Mat4;
39 view: REGL.Mat4;
40}
41
42interface Attributes {
43 position: number[];

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…