Expand description
Functionality for managing source code for shaders.
This module is used during precompilation (build.rs) and regular compilation, so it has minimal dependencies.
Structs§
- Program
Source Digest - Sha256
- The SHA-256 hash algorithm with the SHA-256 initial hash value.
- Shader
Source Parser
Traits§
- Digest
- The
Digest
trait specifies an interface common for digest functions.
Functions§
- shader_
source_ from_ file - Reads a shader source file from disk into a String.