KDGpu::VulkanAttachmentKey
#include <vulkan_framebuffer.h>
Public Functions
Public Attributes
Public Functions Documentation
function operator==
 | inline bool operator==(
    const VulkanAttachmentKey & other
) const
  | 
 
function operator!=
 | inline bool operator!=(
    const VulkanAttachmentKey & other
) const
  | 
 
function addAttachmentView
 | inline void addAttachmentView(
    const Handle< TextureView_t > & view
)
  | 
 
Public Attributes Documentation
variable handles
 | std::vector< KDGpu::Handle< TextureView_t > > handles;
  | 
 
Updated on 2025-11-02 at 00:01:41 +0000