Module back

Source
Expand description

Shader codegen backends.

Modules§

glsl
hlsl
msl
spirv
targets
wgsl

Structs§

CompilerBackend
A wrapper for a compiler backend.
ShaderCompilerOutput
The output of the shader compiler.

Traits§

CompileReflectShader
Marker trait for combinations of targets and compilations that can be reflected and compiled successfully.
CompileShader
A trait for objects that can be compiled into a shader.
FromCompilation
A trait for reflectable compilations that can be transformed into an object ready for reflection or compilation.