Axiom.RenderSystems.OpenGLES.GLESRenderSystem.SetGLTexEnvf C# (CSharp) Method

SetGLTexEnvf() public method

public SetGLTexEnvf ( All target, All name, float param ) : void
target All
name All
param float
return void
		void SetGLTexEnvf( All target, All name, float param )
		{
			throw new NotImplementedException();
		}
GLESRenderSystem