Browse Source

adjustment by hardware feedback

sunag 1 day ago
parent
commit
f391278c54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgpu_compute_rasterizer_ibl.html

+ 1 - 1
examples/webgpu_compute_rasterizer_ibl.html

@@ -78,7 +78,7 @@
 
 			const instanceCount = 129600; // 360x360 plane or 60x36x60 volume
 
-			const MAX_RASTER_SIZE = 16;
+			const MAX_RASTER_SIZE = 32;
 
 			// Specular antialiasing — kernel roughness from normal variance, shared by
 			// both rasterizer paths so their roughness matches at path boundaries

粤ICP备19079148号