mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 01:28:12 +08:00
Adopt tuple attribute io and the carrier lowering, deleting the bridge adapters for record-only wires
This commit is contained in:
@@ -247,6 +247,7 @@ impl PerPixelAdjustCodegen<'_> {
|
||||
number_step: None,
|
||||
unit: None,
|
||||
is_data_field: false,
|
||||
attribute_reads: Vec::new(),
|
||||
});
|
||||
|
||||
// find exactly one gpu_image field, runtime doesn't support more than 1 atm
|
||||
@@ -317,7 +318,6 @@ impl PerPixelAdjustCodegen<'_> {
|
||||
output_type: raster_gpu,
|
||||
is_async: false,
|
||||
fields,
|
||||
attribute_reads: Vec::new(),
|
||||
body,
|
||||
description: self.parsed.description.clone(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user