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

SetGLLightfv() public method

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