C# Class CSharpGL.Demos.ImageProcessingRenderer

Inheritance: RendererBase
Show file Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Methods

Method Description
ImageProcessingRenderer ( string textureFilename = @"Textures\edgeDetection.bmp" )
StateDisplayImage ( bool forward ) : void

Protected Methods

Method Description
DisposeUnmanagedResources ( ) : void
DoInitialize ( ) : void
DoRender ( RenderEventArgs arg ) : void

Method Details

DisposeUnmanagedResources() protected method

protected DisposeUnmanagedResources ( ) : void
return void

DoInitialize() protected method

protected DoInitialize ( ) : void
return void

DoRender() protected method

protected DoRender ( RenderEventArgs arg ) : void
arg RenderEventArgs
return void

ImageProcessingRenderer() public method

public ImageProcessingRenderer ( string textureFilename = @"Textures\edgeDetection.bmp" )
textureFilename string

StateDisplayImage() public method

public StateDisplayImage ( bool forward ) : void
forward bool
return void