Kohi Game Engine
vulkan_descriptor_set_config Struct Reference

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...
 

Detailed Description

The configuration for a descriptor set.

Field Documentation

◆ binding_count

u8 binding_count

The number of bindings in this set.

◆ bindings

VkDescriptorSetLayoutBinding bindings[VULKAN_SHADER_MAX_BINDINGS]

An array of binding layouts for this set.

◆ sampler_binding_index

u8 sampler_binding_index

The index of the sampler binding.


The documentation for this struct was generated from the following file: