MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ set_config()

void MayaFlux::Portal::Graphics::ShaderFoundry::set_config ( const ShaderCompilerConfig config)

Update compiler configuration.

Parameters
configNew configuration

Affects future compilations. Does NOT recompile existing shaders.

Definition at line 542 of file ShaderFoundry.cpp.

543{
544 m_config = config;
546 "Updated shader compiler configuration");
547}
#define MF_DEBUG(comp, ctx,...)
@ ShaderCompilation
Shader compilation tasks (Portal::Graphics::ShaderCompiler)
@ Portal
High-level user-facing API layer.

References m_config, MF_DEBUG, MayaFlux::Journal::Portal, and MayaFlux::Journal::ShaderCompilation.