Skip to content

egui-wgpu: Ensure that WgpuConfiguration is Send + Sync#4803

Merged
emilk merged 2 commits intoemilk:masterfrom
murl-digital:fix/wgpu-config-sendsync
Jul 8, 2024
Merged

egui-wgpu: Ensure that WgpuConfiguration is Send + Sync#4803
emilk merged 2 commits intoemilk:masterfrom
murl-digital:fix/wgpu-config-sendsync

Conversation

@murl-digital
Copy link
Contributor

As far as I can tell, there's no reason that this shouldn't be the case

Copy link
Owner

@emilk emilk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, but please add a test too so we don't regress! You can follow this template:
https://github.com/emilk/egui/blob/f9476e0a00a6622d2f01b56964bba9e97fd065ed/crates/egui/src/context.rs#L3468-L3473

@emilk emilk added the egui-wgpu label Jul 8, 2024
@murl-digital
Copy link
Contributor Author

Makes sense, but please add a test too so we don't regress! You can follow this template: https://github.com/emilk/egui/blob/f9476e0a00a6622d2f01b56964bba9e97fd065ed/crates/egui/src/context.rs#L3468-L3473

done!

@emilk emilk changed the title egui-wgpu: Ensure that WgpuConfiguration is Send + Sync egui-wgpu: Ensure that WgpuConfiguration is Send + Sync Jul 8, 2024
@emilk emilk merged commit aa96b25 into emilk:master Jul 8, 2024
486c pushed a commit to 486c/egui that referenced this pull request Oct 9, 2024
…4803)

As far as I can tell, there's no reason that this shouldn't be the case
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
…4803)

As far as I can tell, there's no reason that this shouldn't be the case
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants