I want to use vst windowing.
For this, I need to use a raw_window_pointer.
It seems like glium is not made to support this, unless I override stuff in the platform_impl
#Affected code
Options
wgpu
- Closer to webgl
- Runs on web & many more
- modern
- Maybe struggles on old devices like rpi?
glium
- Closer to OpenGL
- comfortable
- Already implemented!
glow
rust-gpu
- Sexy programming
- Maybe can just be a component?
I want to use vst windowing.
For this, I need to use a raw_window_pointer.
It seems like glium is not made to support this, unless I override stuff in the platform_impl
#Affected code
Options
wgpu
glium
glow
rust-gpu