vOOlkan
An object oriented approach to Vulkan
Vulkan::Set::BindingInfo Struct Referenceabstract

A struct containing all of the information of a specific binding. This class must be the base of other classes. More...

#include <Set.h>

Public Member Functions

virtual DescriptorSetBindingCreationInfo generateDescriptorSetBindingInfo (const VkDescriptorSet &descriptorSet) const =0
 Creates the struct for this binding used to create the descriptor set. More...
 

Public Attributes

unsigned int binding
 The binding index. More...
 

Detailed Description

A struct containing all of the information of a specific binding. This class must be the base of other classes.

Member Function Documentation

◆ generateDescriptorSetBindingInfo()

virtual DescriptorSetBindingCreationInfo Vulkan::Set::BindingInfo::generateDescriptorSetBindingInfo ( const VkDescriptorSet &  descriptorSet) const
pure virtual

Creates the struct for this binding used to create the descriptor set.

Parameters
descriptorSetThe descriptor set which is being filled with the returned struct..
Returns
Tthe struct for this binding used to create the descriptor set.

Member Data Documentation

◆ binding

unsigned int Vulkan::Set::BindingInfo::binding

The binding index.


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