mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-03 21:08:18 +00:00
Add compute pipeline test
This commit is contained in:
parent
e03da35a83
commit
21c62ace64
8 changed files with 11 additions and 13 deletions
|
@ -210,6 +210,7 @@ pub struct IntoNode<I, O> {
|
|||
_i: PhantomData<I>,
|
||||
_o: PhantomData<O>,
|
||||
}
|
||||
#[cfg(feature = "alloc")]
|
||||
#[node_macro::node_fn(IntoNode<_I, _O>)]
|
||||
async fn into<_I, _O>(input: _I) -> _O
|
||||
where
|
||||
|
|
|
@ -11,6 +11,7 @@ pub mod adjustments;
|
|||
pub mod bbox;
|
||||
#[cfg(not(target_arch = "spirv"))]
|
||||
pub mod brightness_contrast;
|
||||
#[cfg(not(target_arch = "spirv"))]
|
||||
pub mod brush_cache;
|
||||
pub mod color;
|
||||
pub mod discrete_srgb;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue