Axiom.RenderSystems.DirectX9.D3DHardwareIndexBuffer.UnlockImpl C# (CSharp) Method

UnlockImpl() protected method

protected UnlockImpl ( ) : void
return void
		protected override void UnlockImpl()
		{
			// unlock the buffer
			d3dBuffer.Unlock();
		}