C# Class RingCamView.Shaders.GrayscaleShader

Inheritance: GLSLShaderProgram
Mostrar archivo Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
Blur_FragmentSource string
Grayscale_FragmentSource string

Public Methods

Method Description
GrayscaleShader ( GraphicsInterface gi ) : System

Method Details

GrayscaleShader() public method

public GrayscaleShader ( GraphicsInterface gi ) : System
gi NewTOAPIA.GL.GraphicsInterface
return System

Property Details

Blur_FragmentSource public_oe static_oe property

public static string Blur_FragmentSource
return string

Grayscale_FragmentSource public_oe static_oe property

public static string Grayscale_FragmentSource
return string