Add live pass sampler dispatch helper coverage
This commit is contained in:
@@ -732,7 +732,7 @@ void Canvas::stroke_draw()
|
||||
},
|
||||
};
|
||||
const pp::panopainter::LegacyCanvasStrokeSamplerDispatch live_pass_sampler_dispatch =
|
||||
pp::panopainter::make_legacy_canvas_stroke_sampler_dispatch(
|
||||
pp::panopainter::make_legacy_canvas_stroke_live_pass_sampler_dispatch(
|
||||
[&](int slot) {
|
||||
m_sampler_brush.bind(slot);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user