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

SetGLLightfv() public méthode

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