mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
remove implemented TODO
This commit is contained in:
parent
76f9b2f87a
commit
6351a75b0c
@ -321,10 +321,6 @@ impl<A: HalApi> Adapter<A> {
|
||||
);
|
||||
}
|
||||
|
||||
if let Some(_) = desc.label {
|
||||
//TODO
|
||||
}
|
||||
|
||||
if let Some(failed) = check_limits(&desc.required_limits, &caps.limits).pop() {
|
||||
return Err(RequestDeviceError::LimitsExceeded(failed));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user