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