Skip to content

KDGpu::VulkanAttachmentKey

#include <vulkan_framebuffer.h>

Public Functions

Name
bool operator==(const VulkanAttachmentKey & other) const
bool operator!=(const VulkanAttachmentKey & other) const
void addAttachmentView(const Handle< TextureView_t > & view)

Public Attributes

Name
uint64_t hash

Public Functions Documentation

function operator==

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

function operator!=

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

function addAttachmentView

1
2
3
inline void addAttachmentView(
    const Handle< TextureView_t > & view
)

Public Attributes Documentation

variable hash

1
uint64_t hash { 0 };

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