wgpu/wgpu-core/src
Brad Werth 9b36a3e129
Make bind group an Option for set_bind_group calls. (#6216)
This is just an API change for all the "set_bind_group" calls. Calls
that pass a Some() argument should have unchanged behavior. The None
cases are left as TODOs.
2024-09-06 14:29:09 -07:00
..
command Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
device Fix the internal buffer and texture count (#6223) 2024-09-05 18:53:01 +00:00
init_tracker [wgpu-core] when mapping buffers for reading, mark buffers as initialized only when they have MAP_WRITE usage (#6178) 2024-09-04 14:57:08 +00:00
lock refactor: lock::observing: extract fn addr from ref. conv. to usize 2024-09-05 11:08:51 -04:00
track Resolve lints for Rust 1.78-1.81 that can be preempted before upgrade (#6225) 2024-09-06 11:55:22 +02:00
binding_model.rs [core, hal, types] Clarify wgpu_hal's bounds check promises. 2024-09-03 12:33:02 -04:00
conv.rs refactor: use built-in {integer}::power_of_two methods (#5909) 2024-07-04 23:34:19 -04:00
error.rs Reduce code size of error handling 2024-08-19 14:38:20 +01:00
global.rs The second unraveling: hub and all types on it are generic free! 2024-08-14 17:34:11 +02:00
hal_api.rs The second unraveling: hub and all types on it are generic free! 2024-08-14 17:34:11 +02:00
hash_utils.rs BGL Weak Pointer Deduplication Pool (#4927) 2024-01-02 09:27:22 -05:00
hub.rs Remove gfx_select. 2024-08-14 17:34:11 +02:00
id.rs refactor: satisfy clippy::manual_bits 2024-08-13 08:42:41 +01:00
identity.rs [core] Enforce a deadlock-free locking order for Mutexes. 2024-04-22 18:49:03 -07:00
instance.rs chore: resolve wgt::Backend::Empty raising unused_qualifications 2024-08-23 16:20:34 -04:00
lib.rs re-enable docs for wgpu-core 2024-08-14 17:34:11 +02:00
pipeline_cache.rs chore: work around unused_qualifications from new prelude items in Rust 1.80 2024-08-23 16:20:34 -04:00
pipeline.rs The second unraveling: hub and all types on it are generic free! 2024-08-14 17:34:11 +02:00
pool.rs [core] Enforce a deadlock-free locking order for Mutexes. 2024-04-22 18:49:03 -07:00
present.rs The second unraveling: hub and all types on it are generic free! 2024-08-14 17:34:11 +02:00
registry.rs [core] Add #[track_caller] to Registry lock methods. 2024-08-28 22:44:20 -04:00
resource.rs [core] Simplify self types in device::resource. 2024-09-03 12:33:02 -04:00
snatch.rs remove Option around A::SurfaceTexture 2024-08-13 00:55:32 +02:00
storage.rs The second unraveling: hub and all types on it are generic free! 2024-08-14 17:34:11 +02:00
validation.rs Rename Rg11b10UFloat to Rg11b10Ufloat (#6226) 2024-09-06 11:46:49 +02:00