Hard to do anything useful on WebGL backend
Closed this issue · 0 comments
kvark commented
Without both the vertex buffer (that aren't yet supported/exposed in Blade) or storage buffers (that aren't supported by WebGL2), the only way to get data into a vertex shader is via uniform buffers or textures. If a mesh is non-trivial, putting it into a texture isn't desirable by any means :)