backend: take connector name from connector
This commit is contained in:
parent
d321e888be
commit
52b91654ca
3 changed files with 12 additions and 5 deletions
|
|
@ -170,6 +170,9 @@ pub trait Connector: Any {
|
|||
fn gamma_lut_size(&self) -> Option<u32> {
|
||||
None
|
||||
}
|
||||
fn name(&self) -> String {
|
||||
self.kernel_id().to_string()
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue