From 501e93b41f45e12269bee2eba0ac0332cc66b2d6 Mon Sep 17 00:00:00 2001 From: ajn404 Date: Tue, 24 Sep 2024 17:30:52 +0800 Subject: [PATCH] Update README.md --- Documentation/CustomShaderGuide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/CustomShaderGuide/README.md b/Documentation/CustomShaderGuide/README.md index 9b3c16137d99..dcff96ee821c 100644 --- a/Documentation/CustomShaderGuide/README.md +++ b/Documentation/CustomShaderGuide/README.md @@ -19,7 +19,7 @@ const customShader = new Cesium.CustomShader({ }), type: Cesium.UniformType.SAMPLER_2D } - } + }, // Custom varyings that will appear in the custom vertex and fragment shader // text. varyings: {