jingwood / d2dlib

A .NET library for hardware-accelerated, high performance, immediate mode rendering via Direct2D.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D2D effect via ID2D1Effect

aizu03 opened this issue · comments

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