pub fn compile_graph(
graph: &ShaderGraph,
) -> Result<CompiledShader, CompileError>Expand description
Compile a shader graph with default options.
pub fn compile_graph(
graph: &ShaderGraph,
) -> Result<CompiledShader, CompileError>Compile a shader graph with default options.