Replies: 1 comment 2 replies
-
It is avoided in the browser when building for |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to add support for wasm32-unknown-emscirpten platform. Seems that everything goes well, however egl.rs making call to create_pbuffer_surface (eglCreatePbufferSurface). This function is not supported by emscripten, all other used functions are ok. So, for now, it's only blocker to build wgpu with emscripten, is it possible to avoid using this function? I saw in code that comments about switching context, maybe it can be avoided in browser environment?
Beta Was this translation helpful? Give feedback.
All reactions