Kohi Game Engine
|
The configuration for a descriptor set. More...
#include <vulkan_types.h>
Data Fields | |
u8 | binding_count |
The number of bindings in this set. More... | |
VkDescriptorSetLayoutBinding | bindings [VULKAN_SHADER_MAX_BINDINGS] |
An array of binding layouts for this set. More... | |
u8 | sampler_binding_index |
The index of the sampler binding. More... | |
The configuration for a descriptor set.
u8 binding_count |
The number of bindings in this set.
VkDescriptorSetLayoutBinding bindings[VULKAN_SHADER_MAX_BINDINGS] |
An array of binding layouts for this set.
u8 sampler_binding_index |
The index of the sampler binding.