Skip to content

KDGpu::VulkanRenderPassKeyDepthStencilAttachment

#include <vulkan_render_pass.h>

Public Functions

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

Public Attributes

Name
uint64_t hash

Public Functions Documentation

function VulkanRenderPassKeyDepthStencilAttachment

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

function operator==

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

function operator!=

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

Public Attributes Documentation

variable hash

1
uint64_t hash { 0 };

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