MCPcopy Index your code
hub / github.com/ShaderFrog/glsl-parser / IPreprocessorNode

Interface IPreprocessorNode

src/preprocessor/preprocessor-node.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface IPreprocessorNode {
2 // Only used on preprocessor nodes
3 wsStart?: string;
4 wsEnd?: string;
5}
6
7export interface PreprocessorBinaryNode extends IPreprocessorNode {
8 type: 'binary';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected