actarian / vscode-glsl-canvas

Live WebGL preview of GLSL shaders
MIT License
335 stars 25 forks source link

Feature Request: include support such as glslViewer #19

Closed willstall closed 5 years ago

willstall commented 5 years ago

So, I know the original GLSLCanvas doesn't currently support include's... However, Patricio's glslViewer does. I'm wondering if there's a way we could patch together an include system.

actarian commented 5 years ago

@willstall #include macro support has been added to latest release of the extension. Thank You!

willstall commented 5 years ago

Thanks!!