A template literal tag that does nothing. Useful for syntax highlighting of GLSL code.
Rest
const vertexShader = glsl` void main() {}` Copy
const vertexShader = glsl` void main() {}`
A template literal tag that does nothing. Useful for syntax highlighting of GLSL code.