MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / shader_include.rs

File shader_include.rs

native/shared/src/renderer/shader_include.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Trivial WGSL include preprocessor.
2//
3// Resolves `#include "path"` directives against a virtual filesystem
4// supplied by the caller (usually a baked `&[(&str, &str)]` table of

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected