Extract live stroke face framebuffer helper

This commit is contained in:
2026-06-13 17:48:56 +02:00
parent 07a14fdd56
commit f4176aa234
3 changed files with 131 additions and 1 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_with_face_framebuffers(
pp::panopainter::execute_legacy_canvas_stroke_live_pass_face_framebuffers(
frames,
stroke_extent,
std::span<glm::vec4>(m_dirty_box),