Axiom.RenderSystems.OpenGLES.GLESTextureBuffer.Download C# (CSharp) 메소드

Download() 보호된 메소드

protected Download ( PixelBox data ) : void
data Axiom.Media.PixelBox
리턴 void
		protected override void Download( PixelBox data )
		{
			throw new AxiomException( "Downloading texture buffers is not supported by OpenGL ES" );
		}
		/// <summary>