Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lost an ability to use external GLES context on Windows #6449

Open
kvark opened this issue Oct 23, 2024 · 1 comment
Open

Lost an ability to use external GLES context on Windows #6449

kvark opened this issue Oct 23, 2024 · 1 comment
Labels
api: gles Issues with GLES or WebGL area: api Issues related to API surface platform: windows Issues with integration with windows type: enhancement New feature or request

Comments

@kvark
Copy link
Member

kvark commented Oct 23, 2024

Description
I was using wgpu-0.17 in vange-rs, and specifically the method new_external with Gles backend. It allowed me to create the context with SDL and pass to wgpu. In later versions, however, the whole module got disabled on Windows. I'm not seeing an alternative right now.

Repro steps
kvark/vange-rs#246

Expected vs observed behavior
Expected to keep this feature.

Platform
Windows, currently trying wgpu-0.19

@kvark kvark added type: enhancement New feature or request area: api Issues related to API surface api: gles Issues with GLES or WebGL platform: windows Issues with integration with windows labels Oct 24, 2024
@teoxoy
Copy link
Member

teoxoy commented Oct 25, 2024

This is probably due to #4248 but #6152 added new_external for WGL as well. Could you give that a try?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: gles Issues with GLES or WebGL area: api Issues related to API surface platform: windows Issues with integration with windows type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants