Axiom.RenderSystems.OpenGLES.GLESRenderSystem.SetGLLightf C# (CSharp) Метод

SetGLLightf() публичный Метод

public SetGLLightf ( All light, All name, float param ) : void
light All
name All
param float
Результат void
		void SetGLLightf( All light, All name, float param )
		{
			throw new NotImplementedException();
		}
		void SetGLLightfv( All light, All name, float param )
GLESRenderSystem