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
Is there any plan to support WebGL and WebGpu on Blazor Web Assembly ?
Blazor now support NativeFileReference which can be used to import emscripten compiled C/C++ or
Rust static files.
The text was updated successfully, but these errors were encountered:
There are only official plans to do this in the 3.0 rewrite (which is still in the planning phase at the moment) but work is being done to get a proof-of-concept working in 2.X by @HurricanKai. No promises on that happening, however.
@HurricanKai if you wanted to make a tracking issue here similar to what we’ve done for #605 and link here we’ll close this off.
Is there any plan to support WebGL and WebGpu on Blazor Web Assembly ?
Blazor now support
NativeFileReference
which can be used to import emscripten compiled C/C++ orRust static files.
The text was updated successfully, but these errors were encountered: