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

EnableClipPlane() public method

public EnableClipPlane ( ushort index, bool enable ) : void
index ushort
enable bool
return void
		public override void EnableClipPlane( ushort index, bool enable )
		{
			throw new NotImplementedException();
		}
GLESRenderSystem