Module compile

Source
Expand description

Compilation of SPIR-V to a textual format.

Modules§

glslglsl
GLSL compile options.
hlslhlsl
HLSL compile options.
mslmsl
MSL compile options.

Structs§

CommonOptions
Compile options common to all backends.
CompiledArtifact
The output of a SPIRV-Cross compilation.
NoOptions
No compilation options.

Traits§

CompilableTarget
Marker trait for a compiler target that can have compiler outputs.
CompilerOptions
Marker trait for compiler options.