Click or drag to resize
Ab4d.SharpEngine logo

GpuRenderPass(VulkanDevice, GpuSwapChain, ImageLayout, Boolean, String) Constructor

Initializes a new instance of the GpuRenderPass class

Namespace: Ab4d.SharpEngine.Core
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public GpuRenderPass(
	VulkanDevice gpuDevice,
	GpuSwapChain gpuSwapChain,
	ImageLayout finalImageLayout,
	bool isForPostProcessing,
	string? name = null
)

Parameters

gpuDevice  VulkanDevice

[Missing <param name="gpuDevice"/> documentation for "M:Ab4d.SharpEngine.Core.GpuRenderPass.#ctor(Ab4d.SharpEngine.Vulkan.VulkanDevice,Ab4d.SharpEngine.Core.GpuSwapChain,Ab4d.Vulkan.ImageLayout,System.Boolean,System.String)"]

gpuSwapChain  GpuSwapChain

[Missing <param name="gpuSwapChain"/> documentation for "M:Ab4d.SharpEngine.Core.GpuRenderPass.#ctor(Ab4d.SharpEngine.Vulkan.VulkanDevice,Ab4d.SharpEngine.Core.GpuSwapChain,Ab4d.Vulkan.ImageLayout,System.Boolean,System.String)"]

finalImageLayout  ImageLayout

[Missing <param name="finalImageLayout"/> documentation for "M:Ab4d.SharpEngine.Core.GpuRenderPass.#ctor(Ab4d.SharpEngine.Vulkan.VulkanDevice,Ab4d.SharpEngine.Core.GpuSwapChain,Ab4d.Vulkan.ImageLayout,System.Boolean,System.String)"]

isForPostProcessing  Boolean

[Missing <param name="isForPostProcessing"/> documentation for "M:Ab4d.SharpEngine.Core.GpuRenderPass.#ctor(Ab4d.SharpEngine.Vulkan.VulkanDevice,Ab4d.SharpEngine.Core.GpuSwapChain,Ab4d.Vulkan.ImageLayout,System.Boolean,System.String)"]

name  String  (Optional)

[Missing <param name="name"/> documentation for "M:Ab4d.SharpEngine.Core.GpuRenderPass.#ctor(Ab4d.SharpEngine.Vulkan.VulkanDevice,Ab4d.SharpEngine.Core.GpuSwapChain,Ab4d.Vulkan.ImageLayout,System.Boolean,System.String)"]

Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Core.GpuRenderPass.#ctor(Ab4d.SharpEngine.Vulkan.VulkanDevice,Ab4d.SharpEngine.Core.GpuSwapChain,Ab4d.Vulkan.ImageLayout,System.Boolean,System.String)"]

See Also