You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(gsplat): auto-select GPU sort on WebGPU and promote it to stable (#8941)
GSPLAT_RENDERER_AUTO now resolves to GSPLAT_RENDERER_RASTER_GPU_SORT on
WebGPU (CPU sort on WebGL). Extracted the resolution into a shared
_resolveRenderer helper used by both the constructor and the renderer
setter, so the default (untouched) AUTO path resolves correctly.
Promoted GSPLAT_RENDERER_RASTER_GPU_SORT from experimental/alpha to a
public, stable API.
Co-authored-by: Martin Valigursky <mvaligursky@snapchat.com>
0 commit comments