mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 08:13:27 +00:00
Add change (#2847)
This commit is contained in:
parent
6befbcbca4
commit
c36eb9f44b
@ -201,6 +201,13 @@ DeviceDescriptor {
|
||||
}
|
||||
```
|
||||
|
||||
`ComputePass::dispatch` has been renamed to `ComputePass::dispatch_workgroups`
|
||||
|
||||
```diff
|
||||
- cpass.dispatch(self.work_group_count, 1, 1)
|
||||
+ cpass.dispatch_workgroups(self.work_group_count, 1, 1)
|
||||
```
|
||||
|
||||
### Added/New Features
|
||||
|
||||
#### General
|
||||
|
Loading…
Reference in New Issue
Block a user