Axiom.Graphics.HardwareBufferManager.AllocateVertexBufferCopy C# (CSharp) Méthode

AllocateVertexBufferCopy() public méthode

public AllocateVertexBufferCopy ( HardwareVertexBuffer sourceBuffer, BufferLicenseRelease licenseType, IHardwareBufferLicensee licensee, bool copyData ) : HardwareVertexBuffer
sourceBuffer HardwareVertexBuffer
licenseType BufferLicenseRelease
licensee IHardwareBufferLicensee
copyData bool
Résultat HardwareVertexBuffer
		public override HardwareVertexBuffer AllocateVertexBufferCopy( HardwareVertexBuffer sourceBuffer, BufferLicenseRelease licenseType, IHardwareBufferLicensee licensee, bool copyData )
		{
			return _baseInstance.AllocateVertexBufferCopy( sourceBuffer, licenseType, licensee, copyData );
		}