Renaud Rohlinger 1 rok temu
rodzic
commit
1d3d9cf6eb
2 zmienionych plików z 1 dodań i 1 usunięć
  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',

Plik diff jest za duży
+ 0 - 0
build/three.webgpu.min.js


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików