File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ export const anisotropyT = TSL.anisotropyT;
5454export const any = TSL . any ;
5555export const append = TSL . append ;
5656export const array = TSL . array ;
57- export const arrayBuffer = TSL . arrayBuffer ;
5857export const asin = TSL . asin ;
5958export const asinh = TSL . asinh ;
6059export const assign = TSL . assign ;
@@ -519,7 +518,6 @@ export const stepElement = TSL.stepElement;
519518export const storage = TSL . storage ;
520519export const storageBarrier = TSL . storageBarrier ;
521520export const storageTexture = TSL . storageTexture ;
522- export const string = TSL . string ;
523521export const struct = TSL . struct ;
524522export const sub = TSL . sub ;
525523export const subgroupAdd = TSL . subgroupAdd ;
Original file line number Diff line number Diff line change @@ -1192,9 +1192,6 @@ export const mat2 = new ConvertType( 'mat2' );
11921192export const mat3 = new ConvertType ( 'mat3' ) ;
11931193export const mat4 = new ConvertType ( 'mat4' ) ;
11941194
1195- export const string = ( value = '' ) => new ConstNode ( value , 'string' ) ;
1196- export const arrayBuffer = ( value ) => new ConstNode ( value , 'ArrayBuffer' ) ;
1197-
11981195addMethodChaining ( 'toColor' , color ) ;
11991196addMethodChaining ( 'toFloat' , float ) ;
12001197addMethodChaining ( 'toInt' , int ) ;
You can’t perform that action at this time.
0 commit comments