Nazariglez / notan

Cross-platform multimedia layer
https://nazariglez.github.io/notan-web/
Apache License 2.0
763 stars 53 forks source link

Fix for "extension to create ES context with wgl is not present" #292

Closed mantasarm closed 8 months ago

mantasarm commented 9 months ago

So, I came up with this very simple patch for the error: "extension to create ES context with wgl is not present" #289 . I tested it out on three operating systems - my main PC which runs windows 10 and macOS with dual boot. The gotten configurations seem to be correct. Also tested this out on a laptop that runs windows 11, everything also seems to be correct and working.

closes #289

Nazariglez commented 8 months ago

Thanks @mantasarm! I am mergin it, the test are failing but I think is something related to the CI because it works perfect on local. Thanks for taking the time to do it and sorry for not being able to do it myself before.