[−][src]Function vulkano::command_buffer::validity::check_push_constants_validity
pub fn check_push_constants_validity<Pl: ?Sized, Pc>(
pipeline: &Pl,
push_constants: &Pc
) -> Result<(), CheckPushConstantsValidityError> where
Pl: PipelineLayoutAbstract + PipelineLayoutPushConstantsCompatible<Pc>,
Pc: ?Sized,
Checks whether push constants are compatible with the pipeline.