wgpu/wgpu-core
Jim Blandy d655017439
Implement "strict_asserts" feature in wgpu-core. (#2872)
Since `wgpu-core`'s public functions are supposed to validate their
parameters, the internal `track` module skips many of Rust's usual
run-time checks in release builds. However, some `wgpu-core` users are
happy to pay the performance cost in exchange for more safety. The
`"strict_asserts"` feature causes `wgpu_core` to perform the same
checks in release builds as it does in debug builds.
2022-08-08 00:45:39 -04:00
..
src Implement "strict_asserts" feature in wgpu-core. (#2872) 2022-08-08 00:45:39 -04:00
build.rs Dx11 Backend (#2443) 2022-03-12 17:14:18 +00:00
Cargo.toml Implement "strict_asserts" feature in wgpu-core. (#2872) 2022-08-08 00:45:39 -04:00
LICENSE.APACHE Add symlink LICENSE files into crates. (#2604) 2022-05-29 03:07:42 -04:00
LICENSE.MIT Add symlink LICENSE files into crates. (#2604) 2022-05-29 03:07:42 -04:00