pub fn check_push_constants_validity<Pl, Pc>(
    pipeline: &Pl,
    push_constants: &Pc
) -> Result<(), CheckPushConstantsValidityError>where
    Pl: ?Sized + PipelineLayoutAbstract + PipelineLayoutPushConstantsCompatible<Pc>,
    Pc: ?Sized,
Expand description

Checks whether push constants are compatible with the pipeline.