diff --git a/src/minify.ts b/src/minify.ts index 4932fee..100b80f 100644 --- a/src/minify.ts +++ b/src/minify.ts @@ -127,7 +127,7 @@ const glslBuiltinFunctions = [ 'mix', 'step', 'smoothstep', // Texture functions - 'texture2D', 'texture2DProj', 'textureCube', 'textureSize', + 'texture2D', 'texture2DProj', 'textureCube', 'textureSize', 'texture', // Noise functions 'noise1', 'noise2', 'noise3', 'noise4',