| 8 | * An object that contains a `frag` GLSLCode. |
| 9 | */ |
| 10 | export interface ShaderDefinition { |
| 11 | frag: GLSLCode; |
| 12 | vert?: GLSLCode; |
| 13 | } |
| 14 | |
| 15 | export interface ShaderIdentifier { |
| 16 | type: typeof ShaderID; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…