vOOlkan
An object oriented approach to Vulkan
|
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... | |
A struct containing all of the information of a specific binding. This class must be the base of other classes.
|
pure virtual |
Creates the struct for this binding used to create the descriptor set.
descriptorSet | The descriptor set which is being filled with the returned struct.. |
unsigned int Vulkan::Set::BindingInfo::binding |
The binding index.