Click or drag to resize
Ab4d.SharpEngine logo

VkCoreCmdCopyBuffer Method

[Missing <summary> documentation for "M:Ab4d.Vulkan.VkCore.CmdCopyBuffer(Ab4d.Vulkan.CommandBuffer,Ab4d.Vulkan.Buffer,Ab4d.Vulkan.Buffer,System.UInt32,Ab4d.Vulkan.BufferCopy*)"]


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void CmdCopyBuffer(
	CommandBuffer commandBuffer,
	Buffer srcBuffer,
	Buffer dstBuffer,
	uint regionCount,
	BufferCopy* pRegions
)

Parameters

commandBuffer  CommandBuffer

[Missing <param name="commandBuffer"/> documentation for "M:Ab4d.Vulkan.VkCore.CmdCopyBuffer(Ab4d.Vulkan.CommandBuffer,Ab4d.Vulkan.Buffer,Ab4d.Vulkan.Buffer,System.UInt32,Ab4d.Vulkan.BufferCopy*)"]

srcBuffer  Buffer

[Missing <param name="srcBuffer"/> documentation for "M:Ab4d.Vulkan.VkCore.CmdCopyBuffer(Ab4d.Vulkan.CommandBuffer,Ab4d.Vulkan.Buffer,Ab4d.Vulkan.Buffer,System.UInt32,Ab4d.Vulkan.BufferCopy*)"]

dstBuffer  Buffer

[Missing <param name="dstBuffer"/> documentation for "M:Ab4d.Vulkan.VkCore.CmdCopyBuffer(Ab4d.Vulkan.CommandBuffer,Ab4d.Vulkan.Buffer,Ab4d.Vulkan.Buffer,System.UInt32,Ab4d.Vulkan.BufferCopy*)"]

regionCount  UInt32

[Missing <param name="regionCount"/> documentation for "M:Ab4d.Vulkan.VkCore.CmdCopyBuffer(Ab4d.Vulkan.CommandBuffer,Ab4d.Vulkan.Buffer,Ab4d.Vulkan.Buffer,System.UInt32,Ab4d.Vulkan.BufferCopy*)"]

pRegions  BufferCopy*

[Missing <param name="pRegions"/> documentation for "M:Ab4d.Vulkan.VkCore.CmdCopyBuffer(Ab4d.Vulkan.CommandBuffer,Ab4d.Vulkan.Buffer,Ab4d.Vulkan.Buffer,System.UInt32,Ab4d.Vulkan.BufferCopy*)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.Vulkan.VkCore.CmdCopyBuffer(Ab4d.Vulkan.CommandBuffer,Ab4d.Vulkan.Buffer,Ab4d.Vulkan.Buffer,System.UInt32,Ab4d.Vulkan.BufferCopy*)"]

See Also