Increased optimization to O3 for shaders.

Implemented kuwahara filter.
This commit is contained in:
Alexandru Macocian
2021-04-19 21:21:34 +02:00
parent 6a6e26462b
commit b176afdfa7
32 changed files with 168 additions and 5 deletions
+2 -2
View File
@@ -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,