Skip to content

KDGpu::VulkanRenderPassKeyColorAttachment

#include <vulkan_render_pass.h>

Public Functions

Name
VulkanRenderPassKeyColorAttachment(const ColorAttachment & attachment, KDGpu::Format viewFormat, KDGpu::Format resolveViewFormat)
bool operator==(const VulkanRenderPassKeyColorAttachment & other) const =default
bool operator!=(const VulkanRenderPassKeyColorAttachment & other) const =default

Public Attributes

Name
uint64_t hash

Public Functions Documentation

function VulkanRenderPassKeyColorAttachment

1
2
3
4
5
explicit VulkanRenderPassKeyColorAttachment(
    const ColorAttachment & attachment,
    KDGpu::Format viewFormat,
    KDGpu::Format resolveViewFormat
)

function operator==

1
2
3
bool operator==(
    const VulkanRenderPassKeyColorAttachment & other
) const =default

function operator!=

1
2
3
bool operator!=(
    const VulkanRenderPassKeyColorAttachment & other
) const =default

Public Attributes Documentation

variable hash

1
uint64_t hash { 0 };

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