@@ -13,6 +13,7 @@ export const F_Schlick: typeof TSL.F_Schlick;
1313export const Fn : typeof TSL . Fn ;
1414export const INFINITY : typeof TSL . INFINITY ;
1515export const If : typeof TSL . If ;
16+ export const Switch : typeof TSL . Switch ;
1617export const Loop : typeof TSL . Loop ;
1718export const NodeShaderStage : typeof TSL . NodeShaderStage ;
1819export const NodeType : typeof TSL . NodeType ;
@@ -130,6 +131,8 @@ export const dFdx: typeof TSL.dFdx;
130131export const dFdy : typeof TSL . dFdy ;
131132export const dashSize : typeof TSL . dashSize ;
132133export const debug : typeof TSL . debug ;
134+ export const decrement : typeof TSL . decrement ;
135+ export const decrementBefore : typeof TSL . decrementBefore ;
133136export const defaultBuildStages : typeof TSL . defaultBuildStages ;
134137export const defaultShaderStages : typeof TSL . defaultShaderStages ;
135138export const defined : typeof TSL . defined ;
@@ -183,6 +186,8 @@ export const getScreenPosition: typeof TSL.getScreenPosition;
183186export const getShIrradianceAt : typeof TSL . getShIrradianceAt ;
184187export const getTextureIndex : typeof TSL . getTextureIndex ;
185188export const getViewPosition : typeof TSL . getViewPosition ;
189+ export const getShadowMaterial : typeof TSL . getShadowMaterial ;
190+ export const getShadowRenderObjectFunction : typeof TSL . getShadowRenderObjectFunction ;
186191export const glsl : typeof TSL . glsl ;
187192export const glslFn : typeof TSL . glslFn ;
188193export const grayscale : typeof TSL . grayscale ;
@@ -192,6 +197,8 @@ export const hash: typeof TSL.hash;
192197export const highpModelNormalViewMatrix : typeof TSL . highpModelNormalViewMatrix ;
193198export const highPrecisionModelViewMatrix : typeof TSL . highpModelViewMatrix ;
194199export const hue : typeof TSL . hue ;
200+ export const increment : typeof TSL . increment ;
201+ export const incrementBefore : typeof TSL . incrementBefore ;
195202export const instance : typeof TSL . instance ;
196203export const instanceIndex : typeof TSL . instanceIndex ;
197204export const instancedArray : typeof TSL . instancedArray ;
@@ -217,6 +224,7 @@ export const lengthSq: typeof TSL.lengthSq;
217224export const lessThan : typeof TSL . lessThan ;
218225export const lessThanEqual : typeof TSL . lessThanEqual ;
219226export const lightPosition : typeof TSL . lightPosition ;
227+ export const lightShadowMatrix : typeof TSL . lightShadowMatrix ;
220228export const lightTargetDirection : typeof TSL . lightTargetDirection ;
221229export const lightTargetPosition : typeof TSL . lightTargetPosition ;
222230export const lightViewPosition : typeof TSL . lightViewPosition ;
0 commit comments