mirror of
https://github.com/AlexMacocian/WpfExtended.git
synced 2026-07-15 14:59:30 +00:00
Increased optimization to O3 for shaders.
Implemented kuwahara filter.
This commit is contained in:
@@ -39,8 +39,8 @@ namespace WpfExtended.Test
|
||||
var effect = Activator.CreateInstance(effectType).As<ShaderEffect>();
|
||||
var image = new CaptionedImage()
|
||||
{
|
||||
Width = 300,
|
||||
Height = 300,
|
||||
Width = 800,
|
||||
Height = 800,
|
||||
ImageSource = this.ImageSource,
|
||||
Caption = effect.GetType().Name,
|
||||
ImageEffect = effect,
|
||||
|
||||
Reference in New Issue
Block a user