[][src]Function nannou::vk::command_buffer::validity::check_push_constants_validity

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

Checks whether push constants are compatible with the pipeline.