Name: Anonymous 2009-01-24 18:42
How do I convert float4 to float?
delta is float, cX are float4:
This works in HLSL:
But it doesn't in Pixel Bender.
HALP.
delta is float, cX are float4:
This works in HLSL:
delta = (c3 + 2.0 * c5 + c8) - (c1 + 2.0 * c4 + c6);But it doesn't in Pixel Bender.
HALP.