tree: add Transform
This commit is contained in:
parent
c99a2dfafa
commit
8b0bb61ee0
25 changed files with 153 additions and 136 deletions
|
|
@ -12,13 +12,13 @@ use {
|
|||
scale::Scale,
|
||||
state::State,
|
||||
theme::Color,
|
||||
tree::{Node, OutputNode},
|
||||
utils::{clonecell::UnsafeCellCloneSafe, transform_ext::TransformExt},
|
||||
tree::{Node, OutputNode, Transform},
|
||||
utils::clonecell::UnsafeCellCloneSafe,
|
||||
video::{Modifier, dmabuf::DmaBuf, drm::sync_obj::SyncObjCtx},
|
||||
},
|
||||
ahash::AHashMap,
|
||||
indexmap::{IndexMap, IndexSet},
|
||||
jay_config::video::{GfxApi as ConfigGfxApi, Transform},
|
||||
jay_config::video::GfxApi as ConfigGfxApi,
|
||||
linearize::Linearize,
|
||||
std::{
|
||||
any::Any,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue