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

SetGLTexEnvfv() public method

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