具有 PS 3.0 着色器的 WPF ShaderEffect
在哪里可以找到用作 WPF 4 的 ShaderEffects?我正在寻找有关此问题的教程、演示文稿和任何资源。
Where could I find examples of PS 3.0 shaders used as ShaderEffects for WPF 4? I'm looking for tutorials, presentations, any resource on this matter.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您将获得的最佳信息是 MSDN 文档 WPF 4.0 中的
ShaderEffect
类。您是否在寻找更具体的内容?The best information you're going to get is that of the MSDN documentation for the
ShaderEffect
class in WPF 4.0. Were you looking for anything more specific?事实上,仍然没有任何关于WPF + PS 3.0的资源(至少在网上搜索了20分钟之后)。
您必须等待或创建自己的 PS 3.0 着色器。
In fact, there still aren't any resources at all on WPF + PS 3.0 (at least after searching 20 minutes on the web).
You'll have to wait or create your own PS 3.0 shaders.