macro_rules! load_shader_library {
($asset_server_provider: expr, $path: literal $(, $settings: expr)?) => { ... };
}
Expand description
Inline shader as an embedded_asset
and load it permanently.
This works around a limitation of the shader loader not properly loading dependencies of shaders.