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

SetGLDepthMask() 공개 메소드

public SetGLDepthMask ( bool flag ) : void
flag bool
리턴 void
		void SetGLDepthMask( bool flag )
		{
			throw new NotImplementedException();
		}
		//void setGLClearDepthf(OpenTK.Graphics.ES11. depth);
GLESRenderSystem