Skip to content

Commit

Permalink
gfx: fix cpu filter ports with multiple inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jan 14, 2025
1 parent c01deef commit f7ea8e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/score-plugin-avnd/Crousti/CpuFilterNode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ struct GfxRenderer<Node_T> final : score::gfx::GenericNodeRenderer
res = renderer.state.rhi->nextResourceUpdateBatch();
const auto& inputs = this->node.input;
auto index_of_port = ossia::find(inputs, &p) - inputs.begin();
SCORE_ASSERT(index_of_port == 0);
{
auto tex = m_rts[&p].texture;
auto& readback = m_readbacks[index_of_port];
Expand Down

0 comments on commit f7ea8e8

Please sign in to comment.