prgpu 0.1.12

GPU-accelerated rendering utilities for Adobe Premiere Pro and After Effects plugins
1
2
3
4
5
6
7
implementing vekl;

/// Difference: `|base - blend|`.
public float3 BlendDifference(float3 base, float3 blend)
{
    return abs(base - blend);
}