luvieere
luvieere

Reputation: 37494

WPF ShaderEffect with PS 3.0 shaders

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

Answers (2)

elmattic
elmattic

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

Drew Marsh
Drew Marsh

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

Related Questions