C# 클래스 NewTOAPIA.GL.GLFeatureBlend

상속: GLFeature
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
GLFeatureBlend ( GraphicsInterface gi )
SetBlendFactors ( GLBlendFunc factors ) : void
SetEquation ( BlendEquation equation ) : void

메소드 상세

GLFeatureBlend() 공개 메소드

public GLFeatureBlend ( GraphicsInterface gi )
gi GraphicsInterface

SetBlendFactors() 공개 메소드

public SetBlendFactors ( GLBlendFunc factors ) : void
factors GLBlendFunc
리턴 void

SetEquation() 공개 메소드

public SetEquation ( BlendEquation equation ) : void
equation BlendEquation
리턴 void