I want to create a Line Art effect but as I got vertex shader is not supported by WPF now. Is there a way to create Line Art effect by Pixel Shader? Any idea?
Thanks.
I want to create a Line Art effect but as I got vertex shader is not supported by WPF now. Is there a way to create Line Art effect by Pixel Shader? Any idea?
Thanks.
Take a look at the Shader Effect Library, you will most likely have to create your own Pixel Shader to obtain the effect you want, but there is a good tutorial that can teach you how on that site as well.