C# Class CSharpGL.Demos.ZeroAttributeRenderer

Inheritance: Renderer
显示文件 Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Methods

Method Description
Create ( ) : ZeroAttributeRenderer

Protected Methods

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

Private Methods

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

Method Details

Create() public static method

public static Create ( ) : ZeroAttributeRenderer
return ZeroAttributeRenderer

DoInitialize() protected method

protected DoInitialize ( ) : void
return void

DoRender() protected method

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