d2dlib
d2dlib copied to clipboard
D2D effect via ID2D1Effect
It would be nice to use the ID2D1Effect to use the shader effects like Guassian blur. On the Microsoft page it says you can create the effect from the d2d device context.
m_d2dContext->CreateEffect(CLSID_D2D1GaussianBlur, &gaussianBlurEffect)
I hope this is possible.
Thanks! This issues relates to #60