Skip to content

KDGpu::VulkanFramebufferKey

#include <vulkan_framebuffer.h>

Public Functions

Name
bool operator==(const VulkanFramebufferKey & other) const
bool operator!=(const VulkanFramebufferKey & other) const

Public Attributes

Name
Handle< RenderPass_t > renderPass
VulkanAttachmentKey attachmentsKey
uint32_t width
uint32_t height
uint32_t layers
uint32_t viewCount

Public Functions Documentation

function operator==

1
2
3
inline bool operator==(
    const VulkanFramebufferKey & other
) const

function operator!=

1
2
3
inline bool operator!=(
    const VulkanFramebufferKey & other
) const

Public Attributes Documentation

variable renderPass

1
Handle< RenderPass_t > renderPass;

variable attachmentsKey

1
VulkanAttachmentKey attachmentsKey;

variable width

1
uint32_t width { 0 };

variable height

1
uint32_t height { 0 };

variable layers

1
uint32_t layers { 0 };

variable viewCount

1
uint32_t viewCount { 0 };

Updated on 2024-09-10 at 00:01:37 +0000