Controlling a Pixel Shader’s Parameters With Reflection
Currently, I’m working on an image editor, which will use Pixel Shader effects. To save a lot of time manually hard coding each effect’s control interface, I built a simple Reflection based controller system for the effects. This article shows the technique behind it. This is my first article that I publish here on CodeProject.