@@ -43,6 +43,7 @@ export const anisotropyB: typeof TSL.anisotropyB;
4343export const anisotropyT : typeof TSL . anisotropyT ;
4444export const any : typeof TSL . any ;
4545export const append : typeof TSL . append ;
46+ export const array : typeof TSL . array ;
4647export const arrayBuffer : typeof TSL . arrayBuffer ;
4748export const asin : typeof TSL . asin ;
4849export const assign : typeof TSL . assign ;
@@ -57,6 +58,7 @@ export const atomicOr: typeof TSL.atomicOr;
5758export const atomicStore : typeof TSL . atomicStore ;
5859export const atomicSub : typeof TSL . atomicSub ;
5960export const atomicXor : typeof TSL . atomicXor ;
61+ export const atomicLoad : typeof TSL . atomicLoad ;
6062export const attenuationColor : typeof TSL . attenuationColor ;
6163export const attenuationDistance : typeof TSL . attenuationDistance ;
6264export const attribute : typeof TSL . attribute ;
@@ -93,6 +95,7 @@ export const bypass: typeof TSL.bypass;
9395export const cache : typeof TSL . cache ;
9496export const call : typeof TSL . call ;
9597export const cameraFar : typeof TSL . cameraFar ;
98+ export const cameraIndex : typeof TSL . cameraIndex ;
9699export const cameraNear : typeof TSL . cameraNear ;
97100export const cameraNormalMatrix : typeof TSL . cameraNormalMatrix ;
98101export const cameraPosition : typeof TSL . cameraPosition ;
@@ -114,6 +117,7 @@ export const colorSpaceToWorking: typeof TSL.colorSpaceToWorking;
114117export const colorToDirection : typeof TSL . colorToDirection ;
115118export const compute : typeof TSL . compute ;
116119export const cond : typeof TSL . cond ;
120+ export const Const : typeof TSL . Const ;
117121export const context : typeof TSL . context ;
118122export const convert : typeof TSL . convert ;
119123export const convertColorSpace : typeof TSL . convertColorSpace ;
@@ -219,6 +223,7 @@ export const lights: typeof TSL.lights;
219223export const linearDepth : typeof TSL . linearDepth ;
220224export const linearToneMapping : typeof TSL . linearToneMapping ;
221225export const localId : typeof TSL . localId ;
226+ export const globalId : typeof TSL . globalId ;
222227export const log : typeof TSL . log ;
223228export const log2 : typeof TSL . log2 ;
224229export const logarithmicDepthToViewZ : typeof TSL . logarithmicDepthToViewZ ;
@@ -254,7 +259,7 @@ export const materialLineWidth: typeof TSL.materialLineWidth;
254259export const materialMetalness : typeof TSL . materialMetalness ;
255260export const materialNormal : typeof TSL . materialNormal ;
256261export const materialOpacity : typeof TSL . materialOpacity ;
257- export const materialPointWidth : typeof TSL . materialPointWidth ;
262+ export const materialPointSize : typeof TSL . materialPointSize ;
258263export const materialReference : typeof TSL . materialReference ;
259264export const materialReflectivity : typeof TSL . materialReflectivity ;
260265export const materialRefractionRatio : typeof TSL . materialRefractionRatio ;
@@ -413,6 +418,7 @@ export const shaderStages: typeof TSL.shaderStages;
413418export const shadow : typeof TSL . shadow ;
414419export const shadowPositionWorld : typeof TSL . shadowPositionWorld ;
415420export const sharedUniformGroup : typeof TSL . sharedUniformGroup ;
421+ export const shapeCircle : typeof TSL . shapeCircle ;
416422export const sheen : typeof TSL . sheen ;
417423export const sheenRoughness : typeof TSL . sheenRoughness ;
418424export const shiftLeft : typeof TSL . shiftLeft ;
@@ -438,6 +444,7 @@ export const storageBarrier: typeof TSL.storageBarrier;
438444export const storageObject : typeof TSL . storageObject ;
439445export const storageTexture : typeof TSL . storageTexture ;
440446export const string : typeof TSL . string ;
447+ export const struct : typeof TSL . struct ;
441448export const sub : typeof TSL . sub ;
442449export const subgroupIndex : typeof TSL . subgroupIndex ;
443450export const subgroupSize : typeof TSL . subgroupSize ;
@@ -496,6 +503,7 @@ export const uv: typeof TSL.uv;
496503export const uvec2 : typeof TSL . uvec2 ;
497504export const uvec3 : typeof TSL . uvec3 ;
498505export const uvec4 : typeof TSL . uvec4 ;
506+ export const Var : typeof TSL . Var ;
499507export const varying : typeof TSL . varying ;
500508export const varyingProperty : typeof TSL . varyingProperty ;
501509export const vec2 : typeof TSL . vec2 ;
0 commit comments