C# Class NewTOAPIA.GL.GLFeatureBlend

Inheritance: GLFeature
Mostrar archivo Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
GLFeatureBlend ( GraphicsInterface gi )
SetBlendFactors ( GLBlendFunc factors ) : void
SetEquation ( BlendEquation equation ) : void

Method Details

GLFeatureBlend() public method

public GLFeatureBlend ( GraphicsInterface gi )
gi GraphicsInterface

SetBlendFactors() public method

public SetBlendFactors ( GLBlendFunc factors ) : void
factors GLBlendFunc
return void

SetEquation() public method

public SetEquation ( BlendEquation equation ) : void
equation BlendEquation
return void