Axiom.RenderSystems.OpenGLES.GLESRenderSystem.SetGLLightf C# (CSharp) Méthode

SetGLLightf() public méthode

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