Searched defs:VkAttachmentDescription (Results 1 - 2 of 2) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h2031 typedef struct VkAttachmentDescription { struct
2041 } VkAttachmentDescription; typedef in typeref:struct:VkAttachmentDescription
2076 const VkAttachmentDescription* pAttachments;
H A Dvulkan.hpp13517 AttachmentDescription( VkAttachmentDescription const & rhs )
13522 AttachmentDescription& operator=( VkAttachmentDescription const & rhs )
13582 operator const VkAttachmentDescription&() const
13584 return *reinterpret_cast<const VkAttachmentDescription*>(this);
13615 static_assert( sizeof( AttachmentDescription ) == sizeof( VkAttachmentDescription ), "struct and wrapper have different size!" );

Completed in 192 milliseconds