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

◆ ShaderSource() [2/2]

MayaFlux::Portal::Graphics::ShaderSource::ShaderSource ( std::string  content_,
ShaderStage  stage_,
SourceType  type_ 
)
inline

Definition at line 64 of file ShaderUtils.hpp.

65 : content(std::move(content_))
66 , stage(stage_)
67 , type(type_)
68 {
69 }
std::string content
Shader source code or SPIR-V path.
enum MayaFlux::Portal::Graphics::ShaderSource::SourceType type