Axiom.RenderSystems.OpenGLES.GLESHardwarePixelBuffer.Download C# (CSharp) Méthode

Download() protected méthode

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