Axiom.RenderSystems.OpenGL.GLHardwarePixelBuffer.download C# (CSharp) Method

download() protected method

protected download ( PixelBox box ) : void
box Axiom.Media.PixelBox
return void
		protected virtual void download( PixelBox box )
		{
			throw new NotSupportedException( "Download not possible for this pixelbuffer type." );
		}