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

upload() protected méthode

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