How would I write an HLSL bevel shader for Silverlight?
Posted
by Mike Pateras
on Stack Overflow
See other posts from Stack Overflow
or by Mike Pateras
Published on 2010-03-25T13:01:02Z
Indexed on
2010/03/25
13:03 UTC
Read the original article
Hit count: 737
I know that Silverlight doesn't directly support the WPF bitmap effects, but I also know that Silverlight 3 supports HLSL shaders. Would it be relatively simple to write a bevel effect, ilke the one in WPF, and if so, can somebody recommend a good resource to learn how to do it?
© Stack Overflow or respective owner