pub async fn resolve_includes(source: &str) -> Result<String, ResolverError>Expand description
Resolves #include directives in the given shader source.
Currently supports:
lygia.xyz/orlygia/prefix (maps tohttps://lygia.xyz)github.com/prefix (maps tohttps://raw.githubusercontent.com)
Only .glsl and .wgsl files are supported.