Axiom.RenderSystems.Xna.XnaHardwarePixelBuffer.UnlockImpl C# (CSharp) Method

UnlockImpl() protected method

Internal implementation of HardwareBuffer.Unlock.
protected UnlockImpl ( ) : void
return void
		protected override void UnlockImpl()
		{
			//set the bytes array inside the texture
			surface.SetData( mipLevel, XnaHelper.ToRectangle( _lockedBox ),	_bufferBytes, 0, _bufferBytes.Length );
		}