|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
Extracted reflection information from compiled shader. More...
#include <ShaderUtils.hpp>
Collaboration diagram for MayaFlux::Portal::Graphics::ShaderReflectionInfo:Public Attributes | |
| ShaderStage | stage |
| std::string | entry_point |
| std::optional< std::array< uint32_t, 3 > > | workgroup_size |
| std::vector< DescriptorBindingInfo > | descriptor_bindings |
| std::vector< PushConstantRangeInfo > | push_constant_ranges |
Extracted reflection information from compiled shader.
Definition at line 97 of file ShaderUtils.hpp.