MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
VKShaderModule.hpp File Reference
#include <vulkan/vulkan.hpp>
+ Include dependency graph for VKShaderModule.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MayaFlux::Core::FragmentOutputState
 
struct  MayaFlux::Core::VertexInputState
 
struct  MayaFlux::Core::VertexInputInfo
 
struct  MayaFlux::Core::VertexInputInfo::Attribute
 
struct  MayaFlux::Core::VertexInputInfo::Binding
 
struct  MayaFlux::Core::FragmentOutputInfo
 
struct  MayaFlux::Core::FragmentOutputInfo::Attachment
 
struct  MayaFlux::Core::PushConstantInfo
 
struct  MayaFlux::Core::ShaderReflection
 Metadata extracted from shader module. More...
 
struct  MayaFlux::Core::ShaderReflection::DescriptorBinding
 
struct  MayaFlux::Core::ShaderReflection::PushConstantRange
 
struct  MayaFlux::Core::ShaderReflection::SpecializationConstant
 
class  MayaFlux::Core::VKShaderModule
 Wrapper for Vulkan shader module with lifecycle and reflection. More...
 

Namespaces

namespace  MayaFlux
 Main namespace for the Maya Flux audio engine.
 
namespace  MayaFlux::Core
 

Enumerations

enum class  MayaFlux::Core::Stage : uint8_t {
  MayaFlux::Core::COMPUTE , MayaFlux::Core::VERTEX , MayaFlux::Core::FRAGMENT , MayaFlux::Core::GEOMETRY ,
  MayaFlux::Core::TESS_CONTROL , MayaFlux::Core::TESS_EVALUATION
}