@@ -327,6 +327,7 @@ export const mx_transform_uv: typeof TSL.mx_transform_uv;
327327export const mx_worley_noise_float : typeof TSL . mx_worley_noise_float ;
328328export const mx_worley_noise_vec2 : typeof TSL . mx_worley_noise_vec2 ;
329329export const mx_worley_noise_vec3 : typeof TSL . mx_worley_noise_vec3 ;
330+ export const namespace : typeof TSL . namespace ;
330331export const negate : typeof TSL . negate ;
331332export const neutralToneMapping : typeof TSL . neutralToneMapping ;
332333export const nodeArray : typeof TSL . nodeArray ;
@@ -385,6 +386,7 @@ export const pow: typeof TSL.pow;
385386export const pow2 : typeof TSL . pow2 ;
386387export const pow3 : typeof TSL . pow3 ;
387388export const pow4 : typeof TSL . pow4 ;
389+ export const premult : typeof TSL . premult ;
388390export const property : typeof TSL . property ;
389391export const radians : typeof TSL . radians ;
390392export const rand : typeof TSL . rand ;
@@ -477,13 +479,10 @@ export const textureLoad: typeof TSL.textureLoad;
477479export const textureSize : typeof TSL . textureSize ;
478480export const textureStore : typeof TSL . textureStore ;
479481export const thickness : typeof TSL . thickness ;
480- export const threshold : typeof TSL . threshold ;
481482export const time : typeof TSL . time ;
482483export const timerDelta : typeof TSL . timerDelta ;
483484export const timerGlobal : typeof TSL . timerGlobal ;
484485export const timerLocal : typeof TSL . timerLocal ;
485- export const toOutputColorSpace : typeof TSL . toOutputColorSpace ;
486- export const toWorkingColorSpace : typeof TSL . toWorkingColorSpace ;
487486export const toneMapping : typeof TSL . toneMapping ;
488487export const toneMappingExposure : typeof TSL . toneMappingExposure ;
489488export const toonOutlinePass : typeof TSL . toonOutlinePass ;
@@ -500,18 +499,19 @@ export const transformedTangentView: typeof TSL.transformedTangentView;
500499export const transformedTangentWorld : typeof TSL . transformedTangentWorld ;
501500export const transmission : typeof TSL . transmission ;
502501export const transpose : typeof TSL . transpose ;
503- export const tri : typeof TSL . tri ;
504- export const tri3 : typeof TSL . tri3 ;
505502export const triNoise3D : typeof TSL . triNoise3D ;
506503export const triplanarTexture : typeof TSL . triplanarTexture ;
507504export const triplanarTextures : typeof TSL . triplanarTextures ;
508505export const trunc : typeof TSL . trunc ;
509506export const tslFn : typeof TSL . tslFn ;
510507export const uint : typeof TSL . uint ;
511508export const uniform : typeof TSL . uniform ;
509+ export const uniformCubeTexture : typeof TSL . uniformCubeTexture ;
512510export const uniformArray : typeof TSL . uniformArray ;
513511export const uniformGroup : typeof TSL . uniformGroup ;
512+ export const uniformTexture : typeof TSL . uniformTexture ;
514513export const uniforms : typeof TSL . uniforms ;
514+ export const unpremult : typeof TSL . unpremult ;
515515export const userData : typeof TSL . userData ;
516516export const uv : typeof TSL . uv ;
517517export const uvec2 : typeof TSL . uvec2 ;
0 commit comments