KDGpu::VulkanRenderPass
#include <vulkan_render_pass.h>
Public Functions
Public Attributes
Public Functions Documentation
function VulkanRenderPass
| explicit VulkanRenderPass(
VkRenderPass _renderPass,
VulkanResourceManager * _vulkanResourceManager,
Handle< Device_t > _deviceHandle,
const std::vector< AttachmentDescription > & _attachmentDescriptions
)
|
Public Attributes Documentation
variable renderPass
| VkRenderPass renderPass { VK_NULL_HANDLE };
|
variable vulkanResourceManager
| VulkanResourceManager * vulkanResourceManager { nullptr };
|
variable deviceHandle
| Handle< Device_t > deviceHandle;
|
variable attachmentDescriptions
| std::vector< AttachmentDescription > attachmentDescriptions;
|
Updated on 2025-07-01 at 00:02:08 +0000