C# Class VVVV.Nodes.OpenGL.ILayerSimple

Inheritance: ILayer
Show file Open project: elliotwoods/VVVV.Nodes.GL

Public Methods

Method Description
Draw ( ) : void

Protected Methods

Method Description
DrawSlice ( int iSlice ) : void

Method Details

Draw() public method

public Draw ( ) : void
return void

DrawSlice() protected abstract method

protected abstract DrawSlice ( int iSlice ) : void
iSlice int
return void