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

◆ SourceType

Enumerator
GLSL_STRING 

In-memory GLSL source.

GLSL_FILE 

Path to .comp/.vert/.frag/etc.

SPIRV_FILE 

Path to .spv file.

Definition at line 56 of file ShaderUtils.hpp.

56 : uint8_t {
57 GLSL_STRING, ///< In-memory GLSL source
58 GLSL_FILE, ///< Path to .comp/.vert/.frag/etc
59 SPIRV_FILE ///< Path to .spv file
60 } type
enum MayaFlux::Portal::Graphics::ShaderSource::SourceType type