Ver Fonte

Update Builds. (#28793)

Renaud Rohlinger há 1 ano atrás
pai
commit
1d3d9cf6eb
2 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      build/three.webgpu.js
  2. 0 0
      build/three.webgpu.min.js

+ 1 - 1
build/three.webgpu.js

@@ -43761,7 +43761,7 @@ class BatchNode extends Node {
 			const size = textureSize( textureLoad( this.batchMesh._indirectTexture ), 0 );
 			const x = int( id ).remainder( int( size ) );
 			const y = int( id ).div( int( size ) );
-			return textureLoad( this.batchMesh._indirectTexture, ivec2( x, y ), null, 'uvec4' ).x;
+			return textureLoad( this.batchMesh._indirectTexture, ivec2( x, y ) ).x;
 
 		} ).setLayout( {
 			name: 'getIndirectIndex',

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
build/three.webgpu.min.js


Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff