 |
GpuSwapChain Class |
Inheritance Hierarchy Namespace: Ab4d.SharpEngine.CoreAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic class GpuSwapChain : GpuDeviceComponent
The GpuSwapChain type exposes the following members.
Properties
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
Fields
See Also