 |
GpuSwapChain Methods |
The GpuSwapChain type exposes the following members.
Methods | Name | Description |
---|
 | AddCopyImageCommands(CommandBuffer, Int32, GpuImage, ImageLayout) | |
 | AddCopyImageCommands(CommandBuffer, Int32, Image, ImageLayout, AccessFlags, PipelineStageFlags, ImageLayout) | |
 | CopyToGpuImage | |
 | CopyToImage | |
  | Create(VulkanDevice, GpuImage, String) | |
  | Create(VulkanDevice, Int32, IntSize, SurfaceFormatKHR, PresentModeKHR, SurfaceTransformFlagsKHR, SurfaceDetails, String) | |
  | Create(VulkanDevice, SwapchainKHR, Image, ImageView, IntSize, SurfaceFormatKHR, PresentModeKHR, ImageLayout, SurfaceTransformFlagsKHR, String) | |
 | Dispose | (Overrides ComponentBaseDispose(Boolean)) |
 | GetImageLayout | |
 | GetPhysicalDeviceFormatProperties |
Gets the FormatProperties for the used PhysicalDevice and SurfaceFormat.
|
 | ReportRenderPassFinished |
ReportRenderPassFinished can be called after a RenderPass that uses this GpuImage as attachment has finished.
This will update the current ImageLayout and set current AccessMask to ColorAttachmentWrite and current StageMask to ColorAttachmentOutput.
|
 | Resize | |
 | ToString | (Overrides ObjectToString) |
Top
See Also