rollup-plugin-glsl-optimize icon indicating copy to clipboard operation
rollup-plugin-glsl-optimize copied to clipboard

Import GLSL source files. Pre-processed, validated and optimized with Khronos Group SPIRV-Tools. Supports glslify.

Results 1 rollup-plugin-glsl-optimize issues
Sort by recently updated
recently updated
newest added

Interesting project! Unfortunately I've found that unless I set `optimize: false` then it results in different behavior in one of my shaders (specifically one thats doing transform feedback). Process works...