UstymUkhman/vite-plugin-glsl

`#version 300 es` comment gets removed

luehmann opened this issue · 2 comments

With WebGL 2 some GLSL features require the #version 300 es comment to be present. Unfortunately vite-plugin-glsl removes this comment just as a regular comment.

Never mind I somehow messed things up myself. Sorry

No problem at all, I'm glad you've solved it. :)