pixels icon indicating copy to clipboard operation
pixels copied to clipboard

Dependency updates (wgpu 0.13)

Open JMS55 opened this issue 3 years ago • 3 comments
trafficstars

Initial work towards wgpu 0.13.

builder.rs::get_texture_format_size() needs updating. So does the egui example.

I'm also not sure if we're handling the surface_texture_format correctly or not.

Git seems to have gotten confused - I guess that's what I get for forgetting to rebase my fork :/. I need to fix this.

JMS55 avatar Jul 18 '22 00:07 JMS55

egui-wgpu is has been updated to 0.13. We'll have to use a git path until it is released. So, the demo should not be much trouble to update!

The texture format size can be daunting, but the math tends to be pretty easy. I usually just read through the type docs to figure out what's new or changed, and cross-reference with wikipedia or some other doc sources for the compressed formats.

I'm also not sure if we're handling the surface_texture_format correctly or not.

Do you have any more info on this? What might need correcting here?

parasyte avatar Jul 18 '22 01:07 parasyte

Hey there, any update on a possible resolution to this? Anything I can do? Thanks for all the hard work!

Zageron avatar Jul 29 '22 17:07 Zageron

Unfortunately I've gotten quite busy, and do not know when I'll have time to finish this PR. Feel free to pick up where I left off. Iirc there's not a ton left, just the stuff I talked about in the first comment.

JMS55 avatar Jul 29 '22 18:07 JMS55

This work will be continued in #300 with a clean rebased history. Thank you!

parasyte avatar Aug 17 '22 16:08 parasyte