sh-fs.chunk 269 B

12345678910
  1. #if CC_USE_LIGHT_PROBE
  2. #if USE_INSTANCING
  3. in mediump vec4 v_sh_linear_const_r;
  4. in mediump vec4 v_sh_linear_const_g;
  5. in mediump vec4 v_sh_linear_const_b;
  6. #else
  7. #include <builtin/uniforms/cc-sh>
  8. #endif
  9. #include <builtin/functionalities/sh>
  10. #endif