A template literal tag that does nothing. Useful for syntax highlighting of GLSL code.

const vertexShader = glsl`
void main() {}
`
  • Parameters

    • strings: any
    • ...rest: any[]

    Returns string