Click or drag to resize
Ab4d.SharpEngine logo

GpuSwapChainCopySwapChain Method

[Missing <summary> documentation for "M:Ab4d.SharpEngine.Core.GpuSwapChain.CopySwapChain(Ab4d.Vulkan.CommandBuffer,System.Int32,Ab4d.SharpEngine.Core.GpuImage)"]


Namespace: Ab4d.SharpEngine.Core
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void CopySwapChain(
	CommandBuffer commandBuffer,
	int swapChainImageIndex,
	GpuImage destinationGpuImage
)

Parameters

commandBuffer  CommandBuffer

[Missing <param name="commandBuffer"/> documentation for "M:Ab4d.SharpEngine.Core.GpuSwapChain.CopySwapChain(Ab4d.Vulkan.CommandBuffer,System.Int32,Ab4d.SharpEngine.Core.GpuImage)"]

swapChainImageIndex  Int32

[Missing <param name="swapChainImageIndex"/> documentation for "M:Ab4d.SharpEngine.Core.GpuSwapChain.CopySwapChain(Ab4d.Vulkan.CommandBuffer,System.Int32,Ab4d.SharpEngine.Core.GpuImage)"]

destinationGpuImage  GpuImage

[Missing <param name="destinationGpuImage"/> documentation for "M:Ab4d.SharpEngine.Core.GpuSwapChain.CopySwapChain(Ab4d.Vulkan.CommandBuffer,System.Int32,Ab4d.SharpEngine.Core.GpuImage)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Core.GpuSwapChain.CopySwapChain(Ab4d.Vulkan.CommandBuffer,System.Int32,Ab4d.SharpEngine.Core.GpuImage)"]

See Also