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

upload() protected method

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