Reputation: 37494
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.
Upvotes: 0
Views: 837
Reputation: 12174
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.
Upvotes: 0
Reputation: 33379
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?
Upvotes: 2