Skip to content

KDGpu::VulkanRenderPassKey

#include <vulkan_render_pass.h>

Public Functions

Name
VulkanRenderPassKey(const RenderPassCommandRecorderOptions & options, VulkanResourceManager * resourceManager)
bool operator==(const VulkanRenderPassKey & other) const =default
bool operator!=(const VulkanRenderPassKey & other) const =default

Public Attributes

Name
uint64_t hash

Public Functions Documentation

function VulkanRenderPassKey

1
2
3
4
explicit VulkanRenderPassKey(
    const RenderPassCommandRecorderOptions & options,
    VulkanResourceManager * resourceManager
)

function operator==

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

function operator!=

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

Public Attributes Documentation

variable hash

1
uint64_t hash { 0 };

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