Closed dekuraan closed 2 years ago
I am trying to get my bevy app to run on older versions of safari, how difficult would it be to convert the code here to run on WebGL 1 instead of 2?
This code is deprecated and I'll not maintain it (bevy 0.6 has native WebGL2 support through wgpu). So there is no chance to add WebGL1 support here.
I am trying to get my bevy app to run on older versions of safari, how difficult would it be to convert the code here to run on WebGL 1 instead of 2?