C# Class CSharpGL.Demos.GreyFilterRenderer

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

Public Methods

Method Description
Create ( ) : GreyFilterRenderer
SetupTexture ( Bitmap bitmap ) : void

Protected Methods

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

Private Methods

Method Description
GreyFilterRenderer ( IBufferable model, ShaderCode shaderCodes, AttributeMap attributeMap ) : System

Method Details

Create() public static method

public static Create ( ) : GreyFilterRenderer
return GreyFilterRenderer

DoInitialize() protected method

protected DoInitialize ( ) : void
return void

DoRender() protected method

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

SetupTexture() public method

public SetupTexture ( Bitmap bitmap ) : void
bitmap System.Drawing.Bitmap
return void