Enum vulkano::command_buffer::validity::CheckPushConstantsValidityError
[−]
[src]
pub enum CheckPushConstantsValidityError {
IncompatiblePushConstants,
}Error that can happen when checking push constants validity.
Variants
IncompatiblePushConstantsThe push constants are incompatible with the pipeline layout.
Trait Implementations
impl Debug for CheckPushConstantsValidityError[src]
impl Copy for CheckPushConstantsValidityError[src]
impl Clone for CheckPushConstantsValidityError[src]
fn clone(&self) -> CheckPushConstantsValidityError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Error for CheckPushConstantsValidityError[src]
fn description(&self) -> &str
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0
The lower-level cause of this error, if any. Read more