@@ -233,20 +233,6 @@ fn node_registry() -> HashMap<ProtoNodeIdentifier, HashMap<NodeIOTypes, NodeCons
233233 async_node!( graphene_core:: memo:: MemoNode <_, _>, input: Context , fn_params: [ Context => path_bool_nodes:: BooleanOperation ] ) ,
234234 async_node!( graphene_core:: memo:: MemoNode <_, _>, input: Context , fn_params: [ Context => graphene_std:: text:: TextAlign ] ) ,
235235 async_node!( graphene_core:: memo:: MemoNode <_, _>, input: Context , fn_params: [ Context => RenderIntermediate ] ) ,
236- // =================
237- // IMPURE MEMO NODES
238- // =================
239- async_node!( graphene_core:: memo:: ImpureMemoNode <_, _, _>, input: Context , fn_params: [ Context => Table <Artboard >] ) ,
240- async_node!( graphene_core:: memo:: ImpureMemoNode <_, _, _>, input: Context , fn_params: [ Context => Table <Graphic >] ) ,
241- async_node!( graphene_core:: memo:: ImpureMemoNode <_, _, _>, input: Context , fn_params: [ Context => Table <Vector >] ) ,
242- async_node!( graphene_core:: memo:: ImpureMemoNode <_, _, _>, input: Context , fn_params: [ Context => Table <Raster <CPU >>] ) ,
243- #[ cfg( feature = "gpu" ) ]
244- async_node!( graphene_core:: memo:: ImpureMemoNode <_, _, _>, input: Context , fn_params: [ Context => Table <Raster <GPU >>] ) ,
245- async_node!( graphene_core:: memo:: ImpureMemoNode <_, _, _>, input: Context , fn_params: [ Context => Table <Color >] ) ,
246- async_node!( graphene_core:: memo:: ImpureMemoNode <_, _, _>, input: Context , fn_params: [ Context => Table <GradientStops >] ) ,
247- async_node!( graphene_core:: memo:: ImpureMemoNode <_, _, _>, input: Context , fn_params: [ Context => WgpuSurface ] ) ,
248- async_node!( graphene_core:: memo:: ImpureMemoNode <_, _, _>, input: Context , fn_params: [ Context => Option <WgpuSurface >] ) ,
249- async_node!( graphene_core:: memo:: ImpureMemoNode <_, _, _>, input: Context , fn_params: [ Context => ImageTexture ] ) ,
250236 // =======================
251237 // CREATE GPU SURFACE NODE
252238 // =======================
0 commit comments