Expand description
Utility for resolving #include directives in IRMF shaders.
This crate provides logic to fetch remote includes from lygia.xyz
and github.com, supporting both GLSL and WGSL shaders.
For more information about the IRMF format and its capabilities, visit the official IRMF website.
Enums§
- Resolver
Error - Error type for include resolution operations.
Functions§
- resolve_
includes - Resolves
#includedirectives in the given shader source.