Skip to content
| Marketplace
Sign in
Visual Studio Code
>
Programming Languages
>
es6-string-glsl
New to Visual Studio Code?
Get it now.
es6-string-glsl
JedenZhan
|
423 installs
|
(
0
)
|
Free
es6,????glsl??
Installation
Launch VS Code Quick Open (
Ctrl+P
), paste the following command, and press enter.
Copy
Copied to clipboard
More Info
Overview
Version History
Q & A
Rating & Review
support
const glsl = v => v[0] const vertexShader = glsl` float ... ` // highlighted