Expand description
Shader codegen backends.
Modules§
Structs§
- Compiler
Backend - A wrapper for a compiler backend.
- Shader
Compiler Output - The output of the shader compiler.
Traits§
- Compile
Reflect Shader - Marker trait for combinations of targets and compilations that can be reflected and compiled successfully.
- Compile
Shader - A trait for objects that can be compiled into a shader.
- From
Compilation - A trait for reflectable compilations that can be transformed into an object ready for reflection or compilation.