Milky2018/moon_wgsl_naga_oil/preprocess does not have a README file
pub suberror PreprocessError {
GlslInvalidVersion(Int)
ElseWithoutCondition(Int)
TooManyEndIfs(Int)
NotEnoughEndIfs(Int)
UnknownShaderDef(String, Int)
UnknownShaderDefOperator(String, Int)
InvalidShaderDefComparisonValue(String, String, String, Int)
ImportParseError(String, Int)
}fn Preprocessor::preprocess(_self : Preprocessor, source : String, shader_defs : Map[String, ShaderDefValue]) -> PreprocessOutput raise PreprocessErrorfn apply_wgsl_ifdefs_strict(source : String, shader_defs : Map[String, ShaderDefValue]) -> String raise PreprocessErrorfn apply_wgsl_template_consts(source : String, value_defines : Map[String, ShaderDefValue]) -> Stringnaga-oil compatible preprocessing and composition for MoonBit WGSL.
Dependencies