Axiom.RenderSystems.OpenGLES.GLESRenderSystem.SetDepthBufferParams C# (CSharp) 메소드

SetDepthBufferParams() 공개 메소드

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