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 |
|
function operator!=¶
1 2 3 |
|
function addAttachmentView¶
1 2 3 |
|
Public Attributes Documentation¶
variable hash¶
1 |
|
Updated on 2024-11-22 at 00:02:00 +0000