Function vulkano::command_buffer::validity::check_push_constants_validity[][src]

pub fn check_push_constants_validity<Pc>(
    pipeline_layout_desc: &PipelineLayoutDesc,
    push_constants: &Pc
) -> Result<(), CheckPushConstantsValidityError> where
    Pc: ?Sized
Expand description

Checks whether push constants are compatible with the pipeline.