Extract stroke draw pad face orchestration
This commit is contained in:
@@ -247,6 +247,12 @@ private:
|
||||
const pp::panopainter::LegacyCanvasStrokeTextureInputDispatch& pad_destination_texture_dispatch,
|
||||
const pp::renderer::Extent2D& stroke_extent,
|
||||
const glm::vec4& pad_color);
|
||||
void stroke_draw_pad_face_orchestration(
|
||||
const std::array<bool, 6>& box_dirty,
|
||||
const std::array<glm::vec4, 6>& box_face,
|
||||
bool copy_stroke_destination,
|
||||
const pp::renderer::Extent2D& stroke_extent,
|
||||
const glm::vec4& pad_color);
|
||||
void stroke_draw_dual_pass(
|
||||
const std::vector<StrokeFrame>& frames_dual,
|
||||
const std::array<pp::panopainter::LegacyCanvasStrokeTextureBinding, 1>& dual_pass_texture_bindings,
|
||||
|
||||
Reference in New Issue
Block a user