repro: https://playground.babylonjs.com/?#P8B91Z#173
Works in webgl2, fails in webgpu. console throws Uncaught TypeError: Cannot read properties of undefined (reading 'strideSize')
. I think the uniform for some reason isn’t added correctly?
Am I doing this correctly or do I need to do it differently for webgpu?