Extract preview dual pass live body

This commit is contained in:
2026-06-13 23:51:52 +02:00
parent a2e805f991
commit 3672f9a514
4 changed files with 88 additions and 28 deletions

View File

@@ -59,6 +59,13 @@ public:
bool copy_stroke_destination,
float zoom,
const glm::vec2& size);
void execute_stroke_draw_immediate_dual_pass(
const Brush& brush,
const pp::panopainter::LegacyNodeStrokePreviewPassOrchestrationPlan& pass_orchestration,
std::shared_ptr<Brush> dual_brush,
bool copy_stroke_destination,
float zoom,
const glm::vec2& size);
void draw_stroke();
void draw_stroke_immediate();
Image render_to_image();