Axiom.RenderSystems.OpenGL.GLHardwarePixelBuffer.download C# (CSharp) Méthode

download() protected méthode

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