Axiom.RenderSystems.OpenGL.GLHardwarePixelBuffer.download C# (CSharp) 메소드

download() 보호된 메소드

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