Skip to content

Commit

Permalink
Fix warp/canvas mode effects with ispc
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Jan 20, 2025
1 parent d915e61 commit 180d365
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xLights/effects/ispc/ISPCComputeUtilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ bool ISPCComputeUtilities::blendLayers(PixelBufferClass *pixelBuffer, int effect
data.effectMixThreshold = layer->outputEffectMixThreshold;
data.effectMixVaries = layer->effectMixVaries;
data.fadeFactor = layer->fadeFactor;
data.startNode = 0;
data.endNode = data.nodeCount;
ispc::PutColorsForNodes(data, target, tmpBufferBlend, nullptr, &layer->buffer.indexVector[0]);
}

Expand Down

0 comments on commit 180d365

Please sign in to comment.