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

SetGLLightf() public method

public SetGLLightf ( All light, All name, float param ) : void
light All
name All
param float
return void
		void SetGLLightf( All light, All name, float param )
		{
			throw new NotImplementedException();
		}
		void SetGLLightfv( All light, All name, float param )
GLESRenderSystem