Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个艺术线条效果,但现在 WPF 不支持顶点着色器。有没有办法通过像素着色器创建线条艺术效果?任何想法?
谢谢。
查看Shader Effect Library,您很可能必须创建自己的 Pixel Shader 才能获得所需的效果,但该网站上也有一个很好的教程可以教您如何操作。