Hiya all, finally it’s been my turn to play around and learn TSL, and I’ve been very excited for this.
Playing around with webgpu, I wanted to ensure I had a webgl fallback, for browsers that didn’t support webgpu, although the webglrenderer, wouldnt take any nodes I fed it. I’ve been looking around this discourse and found a few different posts, initially, I couldn’t understand how TSL was renderer agnostic. Supposedly, the webgpu-renderer uses webgl2 as a fallback, whenever the browser doesn’t support webgpu → TSL compiles to glsl + wgsl, so its agnostic. Gotcha, got it, that makes sense.
But just to be absolutely sure, does that essentially mean, there’s any gotcha’s to be aware of using the webgpu renderer, will anything work on webgpu and webgl2 the same, despite shaders as well?