wgpu/benches/benches
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
..
computepass-bindless.wgsl Compute pass benchmark (#5767) 2024-07-14 22:13:50 +02:00
computepass.rs Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
computepass.wgsl Compute pass benchmark (#5767) 2024-07-14 22:13:50 +02:00
renderpass-bindless.wgsl Add Benchmarks (#5694) 2024-05-16 09:05:41 -04:00
renderpass.rs Make bind group an Option for set_bind_group calls. (#6216) 2024-09-06 14:29:09 -07:00
renderpass.wgsl Add Benchmarks (#5694) 2024-05-16 09:05:41 -04:00
resource_creation.rs Resolve lints for Rust 1.78-1.81 that can be preempted before upgrade (#6225) 2024-09-06 11:55:22 +02:00
root.rs Compute pass benchmark (#5767) 2024-07-14 22:13:50 +02:00
shader.rs Allow unconsumed inputs in fragment shaders (#5531) 2024-07-04 09:08:46 +02:00