View Resource
Source
blogs.msdn.com, posted 2010-05-25
Added By
BillHenn on 2010-05-30
Vitals
0score
- 5116 total views
Summary
Explains how to write pixel shaders for the Microsoft Silverlight and WPF platform with HLSL, as well as how to write an extensible Silverlight application for shader demos.
Excerpt
"A shader is a rather small program, a so-called kernel function, typically executed in parallel for each data element. Pixel shaders, for example, are executed for each pixel of a bitmap, and therefore used to implement per-pixel effects. This introductory article will explain how to write pixel shaders for Silverlight and WPF, what tools should be used, and how to work with the tools. Furthermore, it will show how to build an extensible Silverlight shader application."
Full Link
http://blogs.msdn.com/b/coding4fun/archive/2010/05/25/10014965.aspx
Comments
There aren't any comments yet for this resource. Be the first to add one!
Add a Comment
Please log in to post comments.