Crate irmf_include_resolver

Crate irmf_include_resolver 

Source
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§

ResolverError
Error type for include resolution operations.

Functions§

resolve_includes
Resolves #include directives in the given shader source.