Beispiel #1
0
        static ToonShader()
        {
            pixelShader = PixelShaderUtility.LoadPixelShader <ToonShader>();

            // Just saying hardware only for now since our drop of sw doesn't have sin/cos in
            // it, and thus we can't validate against that.
#if !SILVERLIGHT
            // TODO:
            pixelShader.ShaderRenderMode = ShaderRenderMode.HardwareOnly;
#endif
        }
Beispiel #2
0
 static BrightExtract()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <BrightExtract>();
 }
Beispiel #3
0
 static Pinch()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <Pinch>();
 }
Beispiel #4
0
 static ColorKeyAlpha()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <ColorKeyAlpha>();
 }
Beispiel #5
0
 static InvertColor()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <InvertColor>();
 }
Beispiel #6
0
 static Bloom()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <Bloom>();
 }
Beispiel #7
0
 static Magnify()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <Magnify>();
 }
Beispiel #8
0
 static Monochrome()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <Monochrome>();
 }
Beispiel #9
0
 static Sharpen()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <Sharpen>();
 }
Beispiel #10
0
 static Swirl()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <Swirl>();
 }
Beispiel #11
0
 static LightStreak()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <LightStreak>();
 }
 static SmoothMagnify()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <SmoothMagnify>();
 }
Beispiel #13
0
 static BandedSwirl()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <BandedSwirl>();
 }
Beispiel #14
0
 static Ripple()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <Ripple>();
 }
Beispiel #15
0
 static ContrastAdjust()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <ContrastAdjust>();
 }
Beispiel #16
0
 static ToneMapping()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <ToneMapping>();
 }
 static GrowablePoissonDisk()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <GrowablePoissonDisk>();
 }
Beispiel #18
0
 static Embossed()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <Embossed>();
 }
Beispiel #19
0
 static DirectionalBlur()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <DirectionalBlur>();
 }
Beispiel #20
0
 static Pixelate()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <Pixelate>();
 }
Beispiel #21
0
 static ColorTone()
 {
     pixelShader = PixelShaderUtility.LoadPixelShader <ColorTone>();
 }