|
Aeon Engine c550894
AeonGames Open Source Game Engine
|
Holds Vulkan descriptor set layout metadata for pipeline reflection. More...
#include <C:/Code/AeonEngine/engine/renderers/vulkan/VulkanDescriptorSet.hpp>

Public Attributes | |
| uint32_t | hash {} |
| Hash identifier for the descriptor set. | |
| uint32_t | set {} |
| Descriptor set index. | |
| VkDescriptorSetLayoutCreateInfo | descriptor_set_layout_create_info {} |
| Layout creation parameters. | |
| std::vector< VkDescriptorSetLayoutBinding > | descriptor_set_layout_bindings {} |
| Per-binding descriptions. | |
Holds Vulkan descriptor set layout metadata for pipeline reflection.
Definition at line 26 of file VulkanDescriptorSet.hpp.
| std::vector<VkDescriptorSetLayoutBinding> AeonGames::VulkanDescriptorSetInfo::descriptor_set_layout_bindings {} |
Per-binding descriptions.
Definition at line 31 of file VulkanDescriptorSet.hpp.
| VkDescriptorSetLayoutCreateInfo AeonGames::VulkanDescriptorSetInfo::descriptor_set_layout_create_info {} |
Layout creation parameters.
Definition at line 30 of file VulkanDescriptorSet.hpp.
| uint32_t AeonGames::VulkanDescriptorSetInfo::hash {} |
Hash identifier for the descriptor set.
Definition at line 28 of file VulkanDescriptorSet.hpp.
| uint32_t AeonGames::VulkanDescriptorSetInfo::set {} |
Descriptor set index.
Definition at line 29 of file VulkanDescriptorSet.hpp.