Axiom.RenderSystems.OpenGLES.GLESRenderSystem.SetGLDepthMask C# (CSharp) Méthode

SetGLDepthMask() public méthode

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