Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/gfx-rs/wgpu

A cross-platform, safe, pure-Rust graphics API.
https://github.com/gfx-rs/wgpu

Support Device fence sharing with dx12 on Windows (#4900)

Co-authored-by: Sotaro Ikeda <[email protected]>

1d6c7a02631648231c81b28edfab0c700fdb7fda authored about 1 year ago by sotaroikeda <[email protected]>
[wgpu-core] Ensure that DeviceLostCallback is always called exactly once

* Ensure device lost closure is called exactly once before being dropped.

This requires a cha...

56d9d32a072fd9d6bfc5bcb6c0fa0d5091fbd9c9 authored about 1 year ago by Brad Werth <[email protected]>
Remove some locks in BindGroup (#4894)

* Remove some locks in BindGroup

These are only written to clear the vectors when triaging bi...

aade481bdf7f8f9ae18423bf9f0dc1279844f37e authored about 1 year ago by Nicolas Silva <[email protected]>
Avoid allocating memory every time we might log a label (#4893)

We allocate a String every time we want to get a label for logging. The string is also allocated...

a1b183f736dc0625291727136dde5bf34e93b399 authored about 1 year ago by Nicolas Silva <[email protected]>
Make the naga version in trunk as high as the latest published one. (#4891)

625165e60e16139196df3ab8c918efb1f0d19f34 authored about 1 year ago by Nicolas Silva <[email protected]>
Simplify `ResourceMaps` (#4880)

* Remove the abstractions in resource maps

ResourceMaps had a rather convoluted system for er...

192a2fe16c001ecf543f1973713dde96cdd121c9 authored about 1 year ago by Nicolas Silva <[email protected]>
Bump thiserror from 1.0.50 to 1.0.51 (#4890)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

790c40fd440658b06b332db78d59b8433b9a6227 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
WebGL: add support for more `RawWindowHandle` variants (#4888)

bcdc240a9a84339fa6e492a5587f23bd9f87866a authored about 1 year ago by daxpedda <[email protected]>
validation: More detailed on incompatible BGL (#4826)

159ac9e373f46c4924efda9a168994e5088e6fd0 authored about 1 year ago by Mikko Lehtonen <[email protected]>
Document wgpu & wgpu-core features (#4886)

ba56dd29016964bcf5e51653a5cbf98a4573157b authored about 1 year ago by Andreas Reich <[email protected]>
Allow clippy::pattern_type_mismatch (#4887)

10dd5844ac6046a5b55af19f41028595fe2491a5 authored about 1 year ago by Nicolas Silva <[email protected]>
Add `wgpu` crate features for backends (#4815)

* Introduce `dx12` and `metal` crate features to `wgpu`

* Implement dummy `Context` to allow ...

2053358d894a2a91b1bf443c9760f6732ef3c6a0 authored about 1 year ago by daxpedda <[email protected]>
Refactor create_buffer so that we can snatch the raw buffer in the error path. (#4878)

The general idea is to register postpone reigistering the buffer until towards the end of the fu...

855b06977f4958396b7d90726a8cecb157cccb58 authored about 1 year ago by Nicolas Silva <[email protected]>
Bump zerocopy from 0.7.26 to 0.7.31 (#4882)

Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.26 to 0.7.31.
- [Release notes](h...

96dacbbb4ddfd4453d8361a215ba8f0377b9a658 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Reintroduce buffer snatching Part 1 (#4867)

Introduce snatch guards

c5e6122b65cc314d0eb3a1a64eaeaf7d3657d2d5 authored about 1 year ago by Nicolas Silva <[email protected]>
[naga wgsl] Let unary operators accept and produce abstract types.

Fixes #4445.
Fixes #4492.
Fixes #4435.

d9d051b7a5d2899959734a1aefff731cc2260c48 authored about 1 year ago by Jim Blandy <[email protected]>
[naga wgsl-in] Rename `convert_slice_to_common_leaf_scalar`.

This is a mouthful, but it's going to align better with functions to
be introduced in later comm...

0df496062ed9c62adb80508ec948c85345985d00 authored about 1 year ago by Jim Blandy <[email protected]>
[naga wgsl-in] Relax arg type for `automatic_conversion_consensus`.

f4161189fa224754f720bbf314636ef5e1992406 authored about 1 year ago by Jim Blandy <[email protected]>
[naga wgsl-in] Separate out `convert_to_leaf_scalar`.

Abstract out the body of `convert_slice_to_common_leaf_scalar`'s main
loop into its own function...

f2828ace38432926f0c0a4ddce098babc15b7809 authored about 1 year ago by Jim Blandy <[email protected]>
[naga wgsl-in] Support abstract operands to binary operators.

c4b43875e54e38978dac1d1a39491b1638aa5a9d authored about 1 year ago by Jim Blandy <[email protected]>
[naga wgsl-in] Relocate `automatic_conversion_consensus`.

Move `naga::front::wgsl::lower::construction::automatic_conversion_consensus`
into `conversion.r...

84c74adec262d118af01cb62b8adae5fc7be1529 authored about 1 year ago by Jim Blandy <[email protected]>
[naga wgsl-out] Include the `f` suffix on `f32` literals.

Without the suffix, `Expression::Literal(Literal::F32)` expressions
get written without any suff...

3ffd5a1e56938f78878e2300a489e27ba2f08ed3 authored about 1 year ago by Jim Blandy <[email protected]>
Bump syn from 2.0.40 to 2.0.41 (#4874)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

4d1e316197df46f6673c00595037d3b06c4762b1 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump ctor from 0.2.5 to 0.2.6 (#4873)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

08fce4ae36ae9dff9884b3fbd983eee35ead8b74 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix present mode for wgl (#4865)

ecc301ea165de4674bcc6b784fe29edce6440df5 authored about 1 year ago by Xiaopeng Li <[email protected]>
[naga wgsl-out] Include the `i` suffix on `i32` literals. (#4863)

Without the suffix, `Expression::Literal(Literal::I32)` expressions
get written without any suf...

6dc9ccab8592645fda3204be1cfb5929fd7f924d authored about 1 year ago by Jim Blandy <[email protected]>
[naga] Change operators.wgsl to use values that matter.

Change `splat` to take run-time values as arguments, to prevent
constant evaluation from boiling...

0e41cfe4ca27cd9cd05cf2c79c0b17fb5b20720c authored about 1 year ago by Jim Blandy <[email protected]>
[naga wgsl-in] Improve error message for failed concretization.

439bf3c1b4d5a682093948f494b1db0a6f227329 authored about 1 year ago by Jim Blandy <[email protected]>
[naga] Teach the constant evaluator vector/vector operators.

Allow constant evaluation of binary operators whose left and right
operands are both vectors.

4b6a2d1dfa94ab4f1f21211df1b1c36eaef5ec2b authored about 1 year ago by Jim Blandy <[email protected]>
Bump syn from 2.0.39 to 2.0.40 (#4864)

Bumps [syn](https://github.com/dtolnay/syn) from 2.0.39 to 2.0.40.
- [Release notes](https://gi...

d9bfab5bec8b4c9c6427ca34fc5f1b0049330782 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump tokio from 1.34.0 to 1.35.0 (#4856)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

f7c876788d01bedfb3b76023634dbc2d33831269 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump profiling from 1.0.11 to 1.0.12 (#4855)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

6d02bbd85ffc8089f378631d3f53cc2a93fcf129 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump libc from 0.2.150 to 0.2.151 (#4854)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

714a908b856dc15ce6ce209539eda90047b38f61 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add `COPY_SRC` to Metal's surface usage bits. (#4852)

eff9a362bea9a8ad8b7c533bf34dd181c8097045 authored about 1 year ago by Michael Palmos <[email protected]>
[wgpu] correct doc for resolve query set (#4849)

* Correct doc for resolve query set

* Add note about wgpu::QUERY_SIZE

---------

Co-auth...

6c4128b4e7ba7696f014a04a87dfd1fd8ec31ddc authored about 1 year ago by Valaphee The Meerkat <[email protected]>
Format extent and origin types as tuples. (#4853)

* Format extent and origin types as tuples.

* Update wgpu-types/src/lib.rs

Co-authored-by:...

af701fb26d881dfa272712f984c8f4e7ad56d4c9 authored about 1 year ago by Nicolas Silva <[email protected]>
Fix `BufferMapRange` not being Send/Sync (on native) (#4818)

* Make `BufferMappedRange` trait WasmNotSendSync

* make QueueWriteBuffer trait Debug

* add...

d801c6111d2e6b51402539e4eec26957f2060b4d authored about 1 year ago by Andreas Reich <[email protected]>
Bump once_cell from 1.18.0 to 1.19.0 (#4847)

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.18.0 to 1.19.0.
- [Changelog](htt...

0a81ec377aed08a6bbcd8e7cdd4d92e3f293573d authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Use `VK_EXT_robustness2` only when not using an outdated intel iGPU driver (#4602)

cf8e11efc3984cf9e25fd0d6da1404d50907f660 authored about 1 year ago by Theo Dulka <[email protected]>
Update multi-planar texture API (#4837)

0cbabcf22971e995f04cdb8ebe9c85d791b9f9a2 authored about 1 year ago by Teodor Tanasoaia <[email protected]>
[spv-out] Decorate all non-uniform binding array access chains as `NonUniform`, not just buffer binding arrays.

Apply the `NonUniform` decoration to the results of all access chains rooted in binding arrays t...

411c1e5b215ed9ce2107f8df4330a221942aae2f authored about 1 year ago by teoxoy <[email protected]>
Work around cbindgen issue

cbindgen spins out of control if wgpu_hal reexports a wgpu_types type using pub type in stead of...

ff7b2c399301cca9bcbc5b19a869feb3c29ef785 authored about 1 year ago by Nicolas Silva <[email protected]>
Some minor cleanups (#4843)

dc842ae289cec7031cf9bad4bd67a3767a0f5fb1 authored about 1 year ago by Connor Fitzgerald <[email protected]>
Remove `expose-ids` Feature (#4841)

* Remove expose-ids feature

* Changelog

2c2145c3a6f2c272e0f28af656d763faa605e47c authored about 1 year ago by Connor Fitzgerald <[email protected]>
Fix Javascript exception on repeated `BufferSlice::get_mapped_range` calls (#4726)

* Add reusable buffer mappings for WASM

* Run cargo fmt

* Update CHANGELOG.md

* Update ...

10253db55582f770809455c05f2dfacc4ecd6455 authored about 1 year ago by Douglas Dwyer <[email protected]>
[wgpu-hal] Inline RayQuery Support (#3507)

Co-authored-by: JMS55 <[email protected]>
Co-authored-by: Ashley Ruglys <...

0f4df52b5a031d7d114a4a8845c8a74310443010 authored about 1 year ago by Daniel Keitel <[email protected]>
Expose shader validation (#4811)

Co-authored-by: Connor Fitzgerald <[email protected]>

3e0fb2c14eb4618989bed1e6abafd6774e2ffc87 authored about 1 year ago by daxpedda <[email protected]>
Bump futures-lite from 2.0.1 to 2.1.0 (#4820)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored...

63657b3352ec6d093418717f364e5534e73e8023 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[gl] add support for line and point polygon modes (#4836)

Co-authored-by: Nicolas Silva <[email protected]>

5022a6244b568e906b9978b958ef1c781ac16337 authored about 1 year ago by Valaphee The Meerkat <[email protected]>
Remove DX11 backend (#4828)

a1fafe394f52c1a15d7309bee8acbbe8680e4cd1 authored about 1 year ago by Valaphee The Meerkat <[email protected]>
[vk] remove (old) unused blocklist for dual source blending (#4758)

12869e36fedec1bcea60a025795bb511f9967852 authored about 1 year ago by Teodor Tanasoaia <[email protected]>
check multi-planar format

2882735cb94b501a72eadfac0a5e6e1bf20e9174 authored about 1 year ago by xiaopengli89 <[email protected]>
[naga wgsl-in] Automatic conversions for global `var` initializers.

1676ee0dc0b2d90e5d631c668af1b1bb258ca1ef authored about 1 year ago by Jim Blandy <[email protected]>
[naga] Rename abstract-types snapshots abstract-types-const.

This prepares for introducing a similar test for global variables.

19702108ab1cd605e141e882aa14f6c09f16edda authored about 1 year ago by Jim Blandy <[email protected]>
[naga wgsl-in] Automatic conversions for local `var` initializers.

f470103874272520f2bbaa4bf64e142fcef12635 authored about 1 year ago by Jim Blandy <[email protected]>
Use Display instead of Debug to log errors. (#4830)

537f6566262c6f964bcd2f7c94b7f7b235106352 authored about 1 year ago by Nicolas Silva <[email protected]>
Bump wasm-bindgen-test from 0.3.38 to 0.3.39 (#4807)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

65512cf668ed517eb6c903f735ca7f20a23578d2 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump core-graphics-types from 0.1.2 to 0.1.3 (#4813)

767ac03245ee937d3dc552edc13fe7ab0a860eec authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add feature float32-filterable (#4759)

32c5a22293675d85b008256745aa209dd62b6c0a authored about 1 year ago by Almar Klein <[email protected]>
fix expected error message

dd7e33250b167f7a313ded0a9220409f6f526023 authored about 1 year ago by Teodor Tanasoaia <[email protected]>
[naga wgsl-in] Drop spanless labels from front-end error messages.

When a label in a WGSL front end error has an undefined span, omit the
label from the error mess...

33339e46ce170aaf93e109e129524ea593655d5f authored about 1 year ago by Jim Blandy <[email protected]>
[naga wgsl-in] Use a better span for errors in constructors.

When reporting errors in construction expressions, use the span of the
constructor itself (that ...

07b83ab6c0a19b2b355a3d76d5a47eea91a2ea11 authored about 1 year ago by Jim Blandy <[email protected]>
Fixes and changes to the documentation for increasing clarity (#4806)

Co-authored-by: Connor Fitzgerald <[email protected]>

1823f8bbdf8d67d61bcbca38a52eb64f6e211e5c authored about 1 year ago by Leon <[email protected]>
update deno (#4801)

41fb222726d0786edb3b2d162e39f2d6c7e1f04f authored about 1 year ago by Leo Kettmeir <[email protected]>
[naga] Improve ConstantEvaluatorError::InvalidCastArg message.

a9c582166dd478483b6e61123ddb32934d9a88cd authored about 1 year ago by Jim Blandy <[email protected]>
rename `DeviceDescriptor.features` to `DeviceDescriptor.required_features`

9be6c8890f72ab808c43668625428f6b0df44adb authored about 1 year ago by teoxoy <[email protected]>
rename `DeviceDescriptor.limits` to `DeviceDescriptor.required_limits`

da735227200c9d9cff72efc128358dd1d7a85888 authored about 1 year ago by teoxoy <[email protected]>
move `alignments` & `downlevel` `.clone()`s inside function

acdc9fcced51eb1a17218351fc94f46db1717d22 authored about 1 year ago by teoxoy <[email protected]>
improve features/limits docs

6ff5f8e4adc00c82816ad63707109d6d2a43ba29 authored about 1 year ago by teoxoy <[email protected]>
add changelog entry

08506fe1b74df57176fbe2a224c550e6bb8a9b14 authored about 1 year ago by teoxoy <[email protected]>
Add space to a comment inside make_spirv_raw (#4804)

c4ef5206571244386b13736dbd764313f00475af authored about 1 year ago by ComfyFluffy <[email protected]>
Remove surface extent validation (and thus fix the annoying `Requested size ... is outside of the supported range` warning) (#4796)

* Remove surface extent validation

* silence pnext vulkan validation warning which can happen...

8da4925948e77c0ffecd62a33b14599e4ad77a4c authored about 1 year ago by Andreas Reich <[email protected]>
Bump wasm-bindgen-futures from 0.4.38 to 0.4.39 (#4799)

Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.38 to 0.4.39.
-...

418493239a8b24163587a027bcf4a00da25f91fb authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[naga] Introduce `ScalarKind::AbstractInt` and `AbstractFloat`.

Introduce new variants of `naga::ScalarKind`, `AbstractInt` and
`AbstractFloat`, for representin...

276c978b70cdb8a7a6ab2520651b8acd04dc36bb authored about 1 year ago by Jim Blandy <[email protected]>
[naga] Introduce `Literal::AbstractInt` and `AbstractFloat`.

Introduce new variants of `naga::Literal`, `AbstractInt` and
`AbstractFloat`, for representing W...

e75fb3c224aed976cfc730dae1bbf1822f9eb65b authored about 1 year ago by Jim Blandy <[email protected]>
[naga wgsl-in] Constructors with types don't make abstract values.

When a constructor builtin has an explicit type parameter, like
`mat2x2<f32>`, it should not pro...

5a3887a49f9f8356a727efd422a1b93a64a65687 authored about 1 year ago by Jim Blandy <[email protected]>
[naga wgsl-in] Matrix constructors have only float overloads.

fe4d412aea546c6c6769ad7d5bc7ed6faa4e9afc authored about 1 year ago by Jim Blandy <[email protected]>
[naga wgsl-in] Clarify match in `automatic_conversion_join`.

Co-authored-by: Teodor Tanasoaia <[email protected]>

50a75fb79f8dc71c8e2fa0ff2f75824e50e02ff4 authored about 1 year ago by Jim Blandy <[email protected]>
[naga wgsl-in] Implement abstract types for consts, constructors.

601f235b345baf907a8478d37d6756948fab9639 authored about 1 year ago by Jim Blandy <[email protected]>
[wgsl-in]: Remove `Components::Many::first_component_ty_inner`.

Delete the `first_component_ty_inner` field from
`front::wgsl::lower::construction::Components::...

0b79599a8e0154458a2ebfff837b5e514da238ab authored about 1 year ago by Jim Blandy <[email protected]>
[naga] Improve snapshot output when validation fails.

85dd4048df50d50b6b6025b56a4e1097b2b300f0 authored about 1 year ago by Jim Blandy <[email protected]>
[naga wgsl-in] Reformat match statement for better patch stability.

The large `match` statement in `Lowerer::construct` seems to flop back
and forth between two ind...

9d207842234552a146b759fd1350fcfdb0c095b0 authored about 1 year ago by Jim Blandy <[email protected]>
Bump web-sys from 0.3.65 to 0.3.66 (#4800)

Bumps [web-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.65 to 0.3.66.
- [Release note...

723b8baf2ae07e31d4ad57af38e2380020cee15b authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 (#4798)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-ac...

e0f83dc38cf273750ea0092156165dca65cd3ce3 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump winit from 0.29.3 to 0.29.4 (#4784)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

3a448b837853a567fd028cd8c725960b7fb9968c authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump js-sys from 0.3.65 to 0.3.66

Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.65 to 0.3.66.
- [Release notes...

e5d5a492b621cce882b96fd3eaaca38ce6b041a6 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Support nv12 texture format (#4573)

Co-authored-by: Connor Fitzgerald <[email protected]>

a6503e59c909a8870a91f3eab82e0a84ea19a85f authored about 1 year ago by Xiaopeng Li <[email protected]>
Rename gpu.rs to root.rs

f9711831d28e751f463374fa7a172c93e0d21276 authored about 1 year ago by Jacob Hughes <[email protected]>
Delete root.rs so git recognizes rename in following commit

00a8a9f89f9f11d2cfbefcbc829076e6e67cb8bc authored about 1 year ago by Jacob Hughes <[email protected]>
Fix Arcanization changelog (#4795)

fbbb7a0516e23abf6335a49fe6b838c84ee45e7f authored about 1 year ago by Alphyr <[email protected]>
Don't keep a strong ref in storage for destroyed resources (#4786)

238c3732a42ca1b5eb20ca3afcb8c8f4078ee620 authored about 1 year ago by Mauro Gentile <[email protected]>
Remove resources ONLY when needed inside wgpu and not in user land (#4782)

2c67f799706f06337bf314531521a0135f65c1c9 authored about 1 year ago by Mauro Gentile <[email protected]>
Fixes for Skybox and All Examples (#4780)

4f24c317652ecdeb9fd83ab352e429a85fc099dd authored about 1 year ago by Connor Fitzgerald <[email protected]>
Bump web-sys to 0.3.65 (#4777)

2964eed6f946cdecada28431a12be7982ff3eaab authored about 1 year ago by TÖRÖK Attila <[email protected]>
remove_abandoned fix (#4781)

* remove_abandoned fix

* Updated doc

281a7aecd5f82bb91fce4a975f4e242044d309fc authored about 1 year ago by Mauro Gentile <[email protected]>
Update examples readme files (#4774)

* Fix indentation in main examples readme file

* Update examples readme files

* Update hello_c...

12ee31d6f90c016f47575d5088d1eb21f68ec827 authored about 1 year ago by Gerard Fabregó <[email protected]>
Revamp Examples to Match Website (#4765)

* Revamp examples to match website

* Small fixes

* Fix stencil_triangles on resize

* Fix

* F...

7a372296307a1f4b4f162bb05344ffc7eab84d39 authored about 1 year ago by Connor Fitzgerald <[email protected]>
Downgrade resource lifetime management log level to trace. (#4772)

* Downgrade resource lifetime management log level to trace.

Allow promoting it back to info ...

ebcfd25b58a2c4f3b442031d22b510576c1b8155 authored about 1 year ago by Nicolas Silva <[email protected]>
Rename `ALLOW_NONCOMPLIANT_ADAPTER` to `ALLOW_UNDERLYING_NONCOMPLIANT_ADAPTER` (#4760)

* rename `ALLOW_NONCOMPLIANT_ADAPTER` to `ALLOW_UNDERLYING_NONCOMPLIANT_ADAPTER`

* clarify comment

f4c6faf7730bf489e35bf503e57c2556e15cc500 authored about 1 year ago by Teodor Tanasoaia <[email protected]>
Downgrade some of wgpu_core's logging level from info to trace and debug (#4771)

* Downgrade storage log level from info to trace

* Downgrade tracking log level from info to ...

ca4e1313f7e38d953ff75c826ceaca700761f4cd authored about 1 year ago by Nicolas Silva <[email protected]>