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

◆ create_shader_module()

std::shared_ptr< Core::VKShaderModule > MayaFlux::Portal::Graphics::ShaderFoundry::create_shader_module ( )
private

Definition at line 1138 of file ShaderFoundry.cpp.

1139{
1140 return std::make_shared<Core::VKShaderModule>();
1141}

Referenced by compile_from_file(), compile_from_source(), and compile_from_spirv().

+ Here is the caller graph for this function: