C# Class CSharpGL.BlendFactorHelper

Show file Open project: bitzhuwei/CSharpGL

Public Methods

Method Description
GetNext ( BlendingSourceFactor &source, BlendingDestinationFactor &dest ) : void
ToString ( ) : string

Private Methods

Method Description
BlendFactorHelper ( ) : System

Method Details

GetNext() public method

public GetNext ( BlendingSourceFactor &source, BlendingDestinationFactor &dest ) : void
source BlendingSourceFactor
dest BlendingDestinationFactor
return void

ToString() public method

public ToString ( ) : string
return string