aws / lumberyard

Amazon Lumberyard is a free AAA game engine deeply integrated with AWS and Twitch – with full source.
Other
2.03k stars 540 forks source link

GhostVisionPS shader compilation error #331

Open alex-leleka opened 5 years ago

alex-leleka commented 5 years ago

Describe the bug In PostEffectsGame.cfx shader GhostVisionPS doens't compile. line: OUT.Color = lerp(curPixel + lerp(luminance, ghosting), 1); error X3013: 'lerp': no matching 2 parameter intrinsic function

Steps to reproduce Open PostEffectsGame.cfx file in any text editor and inspect the code.

Expected behavior Please remove GhostVision technique or fix the code.

Lumberyard version v1.14.0.0

AMZN-alexpete commented 5 years ago

hi @alex-leleka, thanks for bringing this up. We're looking into the issue. LY-89686