metal: split video object model
This commit is contained in:
parent
774177390e
commit
7a49da0a48
5 changed files with 424 additions and 354 deletions
|
|
@ -1,4 +1,15 @@
|
|||
use super::*;
|
||||
use {
|
||||
crate::{
|
||||
copy_device::{CopyDevice, CopyDeviceRegistry},
|
||||
utils::errorfmt::ErrorFmt,
|
||||
},
|
||||
std::{
|
||||
cell::OnceCell,
|
||||
fmt::{Debug, Formatter},
|
||||
rc::Rc,
|
||||
},
|
||||
uapi::c::dev_t,
|
||||
};
|
||||
|
||||
pub struct CopyDeviceHolder {
|
||||
pub registry: Rc<CopyDeviceRegistry>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue