We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa65fcd commit 3654743Copy full SHA for 3654743
package.json
@@ -1,15 +1,22 @@
1
{
2
"name": "rollup-plugin-glsl-optimize",
3
"version": "0.0.7",
4
- "description": "Import GLSL source files. Pre-processed, validated and optimized with Khronos Group SPIRV-Tools.",
+ "description": "Import GLSL source files as strings. Pre-processed, validated and optimized with Khronos Group SPIRV-Tools.",
5
"homepage": "https://github.com/docd27/rollup-plugin-glsl-optimize#readme",
6
"keywords": [
7
"rollup",
8
"plugin",
9
"glsl",
10
+ "glslang",
11
"webgl",
12
+ "webgl2",
13
+ "shader",
14
"shaders",
- "optimize"
15
+ "optimize",
16
+ "vert",
17
+ "frag",
18
+ "spirv",
19
+ "spir-v"
20
],
21
"author": "docd27",
22
"repository": {
0 commit comments