C# Class QuadVideo.ConvolutionProcessor

Inheritance: NewTOAPIA.GL.Imaging.UnaryTextureProcessor
ファイルを表示 Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
Convolution_Frag string

Public Methods

Method Description
ConvolutionProcessor ( GraphicsInterface gi, int width, int height, ConvolutionKernel whichKernel ) : System

Protected Methods

Method Description
SetUniformVariables ( ) : void

Method Details

ConvolutionProcessor() public method

public ConvolutionProcessor ( GraphicsInterface gi, int width, int height, ConvolutionKernel whichKernel ) : System
gi NewTOAPIA.GL.GraphicsInterface
width int
height int
whichKernel ConvolutionKernel
return System

SetUniformVariables() protected method

protected SetUniformVariables ( ) : void
return void

Property Details

Convolution_Frag public_oe static_oe property

public static string Convolution_Frag
return string