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

SetGLMaterialfv() public method

public SetGLMaterialfv ( All face, All name, float param ) : void
face All
name All
param float
return void
		void SetGLMaterialfv( All face, All name, float param )
		{
			throw new NotImplementedException();
		}
		void SetGLMatrixMode( All mode )
GLESRenderSystem