MCPcopy
hub / github.com/gre/gl-react / ShaderDefinition

Interface ShaderDefinition

packages/gl-react/src/Shaders.ts:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 * An object that contains a `frag` GLSLCode.
9 */
10export interface ShaderDefinition {
11 frag: GLSLCode;
12 vert?: GLSLCode;
13}
14
15export interface ShaderIdentifier {
16 type: typeof ShaderID;

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…