|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::shared_ptr< Core::VKShaderModule > MayaFlux::Portal::Graphics::ShaderFoundry::hot_reload | ( | const std::string & | filepath | ) |
Hot-reload a shader from file.
| filepath | Path to shader file |
Convenience method: invalidate_cache() + compile_from_file(). Returns new shader module; consumers must update references.
Definition at line 532 of file ShaderFoundry.cpp.
References compile_from_file(), and invalidate_cache().
Here is the call graph for this function: