[][src]Type Definition slang_sys::SlangSeverity

type SlangSeverity = c_int;

@brief Severity of a diagnostic generated by the compiler. Values come from the enum below, with higher values representing more severe conditions, and all values >= SLANG_SEVERITY_ERROR indicating compilation failure.