UNPKG

rollup-plugin-glsl-optimize

Version:

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

26 lines (19 loc) 685 B
# Revision history for `rollup-plugin-glsl-optimize` All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). ## 1.0.2 2021-05-07 * Performance improvement (parser) ## 1.0.0 2021-05-05 * Stable Release * Bug fixes ## 0.0.11 2021-05-02 * Improved Khronos binaries distribution * Better error handling for stage-less *.glsl files ## 0.0.9 2021-04-30 * Support for glslify ## 0.0.8 2021-03-22 * Support parallel rollup builds * Emit sourcemaps that reflect optimized but un-minified source to aid debugging * Switched to rollup load hook (was transform) ## 0.0.7 2021-03-20 * Initial published version