Axiom.RenderSystems.Xna.XnaHardwarePixelBuffer.UnlockImpl C# (CSharp) 메소드

UnlockImpl() 보호된 메소드

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