16#ifndef AEONGAMES_VULKANDESCRIPTORSET_HPP
17#define AEONGAMES_VULKANDESCRIPTORSET_HPP
21#include <vulkan/vulkan.h>
<- This is here just for the literals
Holds Vulkan descriptor set layout metadata for pipeline reflection.
uint32_t hash
Hash identifier for the descriptor set.
VkDescriptorSetLayoutCreateInfo descriptor_set_layout_create_info
Layout creation parameters.
std::vector< VkDescriptorSetLayoutBinding > descriptor_set_layout_bindings
Per-binding descriptions.
uint32_t set
Descriptor set index.