Extract live stroke face callback orchestration

This commit is contained in:
2026-06-13 17:53:43 +02:00
parent f4176aa234
commit 4c9809f7fc
3 changed files with 14 additions and 31 deletions

View File

@@ -792,7 +792,7 @@ void Canvas::stroke_draw()
std::array<bool, 6> box_dirty = SIXPLETTE(false);
const std::array<bool, 6> include_main_dirty = SIXPLETTE(true);
glm::vec4 pad_color;
pp::panopainter::execute_legacy_canvas_stroke_live_pass_face_framebuffers(
pp::panopainter::execute_legacy_canvas_stroke_live_pass_with_face_framebuffers(
frames,
stroke_extent,
std::span<glm::vec4>(m_dirty_box),