Skip to content

Commit

Permalink
remove implemented TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Jul 29, 2024
1 parent 76f9b2f commit 6351a75
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wgpu-core/src/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
Expand Down

0 comments on commit 6351a75

Please sign in to comment.