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

Go to the source code of this file.

Classes

struct  MayaFlux::Portal::Graphics::ShaderCompilerConfig
 Configuration for shader compilation. More...
 
struct  MayaFlux::Portal::Graphics::ShaderSource
 Shader source descriptor for compilation. More...
 
struct  MayaFlux::Portal::Graphics::DescriptorBindingInfo
 Extracted descriptor binding information from shader reflection. More...
 
struct  MayaFlux::Portal::Graphics::DescriptorBindingConfig
 Portal-level descriptor binding configuration. More...
 
struct  MayaFlux::Portal::Graphics::PushConstantRangeInfo
 Extracted push constant range from shader reflection. More...
 
struct  MayaFlux::Portal::Graphics::ShaderReflectionInfo
 Extracted reflection information from compiled shader. More...
 
class  MayaFlux::Portal::Graphics::ShaderFoundry
 Portal-level shader compilation and caching. More...
 
struct  MayaFlux::Portal::Graphics::ShaderFoundry::DescriptorSetState
 
struct  MayaFlux::Portal::Graphics::ShaderFoundry::CommandBufferState
 
struct  MayaFlux::Portal::Graphics::ShaderFoundry::FenceState
 
struct  MayaFlux::Portal::Graphics::ShaderFoundry::SemaphoreState
 
struct  MayaFlux::Portal::Graphics::ShaderFoundry::ShaderState
 
struct  MayaFlux::Portal::Graphics::ShaderFoundry::TimestampResult
 

Namespaces

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

Typedefs

using MayaFlux::Portal::Graphics::ShaderID = uint64_t
 
using MayaFlux::Portal::Graphics::DescriptorSetID = uint64_t
 
using MayaFlux::Portal::Graphics::CommandBufferID = uint64_t
 
using MayaFlux::Portal::Graphics::FenceID = uint64_t
 
using MayaFlux::Portal::Graphics::SemaphoreID = uint64_t
 

Functions

MAYAFLUX_API ShaderFoundryMayaFlux::Portal::Graphics::get_shader_foundry ()
 Get the global shader compiler instance.
 

Variables

constexpr ShaderID MayaFlux::Portal::Graphics::INVALID_SHADER = 0
 
constexpr DescriptorSetID MayaFlux::Portal::Graphics::INVALID_DESCRIPTOR_SET = 0
 
constexpr CommandBufferID MayaFlux::Portal::Graphics::INVALID_COMMAND_BUFFER = 0
 
constexpr FenceID MayaFlux::Portal::Graphics::INVALID_FENCE = 0
 
constexpr SemaphoreID MayaFlux::Portal::Graphics::INVALID_SEMAPHORE = 0