Extract draw merge final plane composite

This commit is contained in:
2026-06-13 23:37:19 +02:00
parent e00f513126
commit 666c4dd308
2 changed files with 47 additions and 37 deletions

View File

@@ -276,6 +276,9 @@ private:
bool use_blend,
bool copy_blend_destination,
bool draw_checkerboard);
void draw_merge_final_plane_composite(
const glm::mat4& ortho,
bool draw_checkerboard);
void stroke_draw_dual_pass(
const std::vector<StrokeFrame>& frames_dual,
const std::array<pp::panopainter::LegacyCanvasStrokeTextureBinding, 1>& dual_pass_texture_bindings,