I am trying to use a custom effect with Direct2D (the effect is the one in your sample RippleEffect) but I got an exception with a message "Element Not Found" in the second line below... no more info.
Its in a WPF project, do you have any clue?
_d2dFactory.RegisterEffect<RippleEffect>(RippleEffect.GUID_RipplePixelShader); var rippleEffect = new d2d.Effect<RippleEffect>(_d2dContext);
Hi, haven't touch the D2D part for a while. I don't know if the RippleEffect is still working so it might be buggy (unfortunately, I have no spare time to dig into this)
Hi all,
I am trying to use a custom effect with Direct2D (the effect is the one in your sample RippleEffect) but I got an exception with a message "Element Not Found" in the second line below... no more info.
Its in a WPF project, do you have any clue?
_d2dFactory.RegisterEffect<RippleEffect>(RippleEffect.GUID_RipplePixelShader); var rippleEffect = new d2d.Effect<RippleEffect>(_d2dContext);
Thanks in advance for any help.