Click or drag to resize
Ab4d.SharpEngine logo

GpuSwapChainCopyToImage Method


Namespace: Ab4d.SharpEngine.Core
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public void CopyToImage(
	int swapChainImageIndex,
	Image targetImage,
	ImageLayout targetImageLayout = ImageLayout.Undefined,
	AccessFlags targetImageAccessMask = AccessFlags.None,
	PipelineStageFlags targetImageStageMask = PipelineStageFlags.TopOfPipe,
	ImageLayout targetImageFinalLayout = ImageLayout.ShaderReadOnlyOptimal,
	Semaphore? waitSemaphore = null,
	Semaphore? signalSemaphore = null
)

Parameters

swapChainImageIndex  Int32
 
targetImage  Image
 
targetImageLayout  ImageLayout  (Optional)
 
targetImageAccessMask  AccessFlags  (Optional)
 
targetImageStageMask  PipelineStageFlags  (Optional)
 
targetImageFinalLayout  ImageLayout  (Optional)
 
waitSemaphore  NullableSemaphore  (Optional)
 
signalSemaphore  NullableSemaphore  (Optional)
 
See Also