File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ impl SplatForward<Self> for MainBackendBase {
342342
343343 // Compile the kernel, including/excluding info for backwards pass.
344344 // see the BWD_INFO define in the rasterize shader.
345- let raster_task = Rasterize :: task ( bwd_info, cfg ! ( target_family = "wasm" ) ) ;
345+ let raster_task = Rasterize :: task ( bwd_info) ;
346346
347347 // SAFETY: Kernel checked to have no OOB, bounded loops.
348348 unsafe {
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ pub struct MapGaussiansToIntersect {
2020#[ wgsl_kernel( source = "src/shaders/rasterize.wgsl" ) ]
2121pub struct Rasterize {
2222 pub bwd_info : bool ,
23- pub webgpu : bool ,
2423}
2524
2625// Re-export helper types and constants from the kernel modules that use them
You can’t perform that action at this time.
0 commit comments