Axiom.RenderSystems.OpenGL.GLHardwarePixelBuffer.UnlockImpl C# (CSharp) 메소드

UnlockImpl() 보호된 메소드

protected UnlockImpl ( ) : void
리턴 void
		protected override void UnlockImpl()
		{
			if ( _currentLockOptions != BufferLocking.ReadOnly )
			{
				// From buffer to card, only upload if was locked for writing
				upload( CurrentLock );
			}

			freeBuffer();
		}