Axiom.Graphics.HardwareBufferManager.AllocateVertexBufferCopy C# (CSharp) Method

AllocateVertexBufferCopy() public method

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