zachsaw / MPDN_Extensions

Media Player .Net (MPDN) Open Source Extensions
Other
58 stars 18 forks source link

Add SSIM config dialog #212

Closed Shiandow closed 8 years ago

Shiandow commented 8 years ago

Note: made some small(ish) additional changes to the framework to allow the following syntax:

var Calc = CompileShader("calc.hlsl");
Calc["strength"] = Strength;

Which is quite nice.