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
Using WGPU instead of glow (OpenGL) will allow Eurochef to multithread rendering, and have better platform support, especially for macOS and web. eframe already supports WGPU, so the renderer is the only thing that needs to be rewritten, though that's no easy task.
The benefits outweigh sticking to OpenGL, but I will need to take in some further consideration before we start making the move
The text was updated successfully, but these errors were encountered:
Using WGPU instead of glow (OpenGL) will allow Eurochef to multithread rendering, and have better platform support, especially for macOS and web.
eframe
already supports WGPU, so the renderer is the only thing that needs to be rewritten, though that's no easy task.The benefits outweigh sticking to OpenGL, but I will need to take in some further consideration before we start making the move
The text was updated successfully, but these errors were encountered: