Axiom.RenderSystems.DirectX9.D3DHardwareIndexBuffer.UnlockImpl C# (CSharp) Méthode

UnlockImpl() protected méthode

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