grovesNL / glow

GL on Whatever: a set of bindings to run GL anywhere and avoid target-specific code
Apache License 2.0
1.2k stars 130 forks source link

Do you have an plan to support vulkan? Thanks! #294

Closed zhangfq-chemistry closed 2 months ago

grovesNL commented 4 months ago

The best option for that is to use something like ANGLE to emulate the GL API on top of Vulkan (or other APIs). Then you can run glow on top of the GL context provided by ANGLE.