[][src]Function chrysanthemum::verify::verify_program

pub fn verify_program(
    ctx: &mut VContext,
    _program: &[Decl]
) -> Result<(), Error>

Validate that whole-program properties are correct, for instance that there are vertex and fragment functions with reasonable types.