我正在使用https://github.com/glslify/glslify在glsl着色器之间共享代码。我有一个vert着色器,它试图在vert的顶部包含一个模块:#pragmaglslify:JointAndPalette=require('./JointAndPalette.glsl');#pragmaglslify:decodeJointAndPalette=require('./decodeJointAndPalette.glsl');JointAndPalettejointAndPalette=decodeJointAndPalette(inputProps);decod