Renaud Rohlinger преди 1 година
родител
ревизия
1d3d9cf6eb
променени са 2 файла, в които са добавени 1 реда и са изтрити 1 реда
  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',

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
build/three.webgpu.min.js


Някои файлове не бяха показани, защото твърде много файлове са промени