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

SetDepthBufferParams() public method

public SetDepthBufferParams ( bool depthTest, bool depthWrite, CompareFunction depthFunction ) : void
depthTest bool
depthWrite bool
depthFunction CompareFunction
return void
		public override void SetDepthBufferParams( bool depthTest, bool depthWrite, CompareFunction depthFunction )
		{
			throw new NotImplementedException();
		}
GLESRenderSystem