index
:
digichrome.git
this commit
main
Intuitive RAW photo processing engine
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pipeline.rs
blob: 3ef02d6356a893d8a9cc7b4f6a7cd1570e45ba1f (
plain
)
1
2
3
4
5
use crate::demosaic::Demosaic; pub struct Resources { pub demosaic: Box<dyn Demosaic>, }