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

SetGLMatrixMode() public method

public SetGLMatrixMode ( All mode ) : void
mode All
return void
		void SetGLMatrixMode( All mode )
		{
			throw new NotImplementedException();
		}
		void SetGLDepthMask( bool flag )
GLESRenderSystem