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

Update to wgpu 0.12 #244

Closed
parasyte opened this issue Dec 29, 2021 · 0 comments
Closed

Update to wgpu 0.12 #244

parasyte opened this issue Dec 29, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@parasyte
Copy link
Owner

CHANGELOG

The biggest change for us is probably the update to naga 0.8, which fixes #239. We can revert-the-revert (#241). One of the breaking changes that I am aware of is that the [[block]] attributes have been removed from WGSL:

[[block]] struct Locals {
transform: mat4x4<f32>;
};

[[block]] struct Locals {
time: f32;
};

I think it will be a straightforward update and should bring a lot of small fixes and improvements.

@parasyte parasyte added the enhancement New feature or request label Dec 29, 2021
parasyte added a commit that referenced this issue Dec 30, 2021
- `wgpu` 0.12
- `raw-window-handle` 0.4

Closes #244
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant