Vulkan-Hpp
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
uint32_t | attachment |
VkImageLayout | layout |
VkImageAspectFlags | aspectMask |
Definition at line 6006 of file vulkan_core.h.
VkImageAspectFlags VkAttachmentReference2::aspectMask |
Definition at line 6011 of file vulkan_core.h.
uint32_t VkAttachmentReference2::attachment |
Definition at line 6009 of file vulkan_core.h.
VkImageLayout VkAttachmentReference2::layout |
Definition at line 6010 of file vulkan_core.h.
const void* VkAttachmentReference2::pNext |
Definition at line 6008 of file vulkan_core.h.
VkStructureType VkAttachmentReference2::sType |
Definition at line 6007 of file vulkan_core.h.