|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
#include <VKShaderModule.hpp>
Collaboration diagram for MayaFlux::Core::ShaderReflection::DescriptorBinding:Public Attributes | |
| uint32_t | set |
| Descriptor set index. | |
| uint32_t | binding |
| Binding point within set. | |
| vk::DescriptorType | type |
| Type (uniform buffer, storage buffer, etc.) | |
| vk::ShaderStageFlags | stage |
| Stage visibility. | |
| uint32_t | count |
| Array size (1 for non-arrays) | |
| std::string | name |
| Variable name in shader. | |
Definition at line 78 of file VKShaderModule.hpp.