MayaFlux 0.5.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.

SPIRV_ASM 

In-memory SPIR-V assembly text (assembled via SPIRV-Tools, no shaderc)

Definition at line 124 of file ShaderUtils.hpp.

124 : uint8_t {
125 GLSL_STRING, ///< In-memory GLSL source
126 GLSL_FILE, ///< Path to .comp/.vert/.frag/etc
127 SPIRV_FILE, ///< Path to .spv file
128 SPIRV_ASM, ///< In-memory SPIR-V assembly text (assembled via SPIRV-Tools, no shaderc)
enum MayaFlux::Portal::Graphics::ShaderSource::SourceType type
@ SPIRV_ASM
In-memory SPIR-V assembly text (assembled via SPIRV-Tools, no shaderc)