[−][src]Enum vulkano::command_buffer::validity::CheckDynamicStateValidityError
Error that can happen when validating dynamic states.
Variants
Passed a dynamic line width, while the pipeline doesn't have line width set as dynamic.
The pipeline has a dynamic line width, but no line width value was passed.
The wide_lines
extension must be enabled in order to use line width values different
from 1.0.
Passed dynamic viewports, while the pipeline doesn't have viewports set as dynamic.
The pipeline has dynamic viewports, but no viewports were passed.
The number of dynamic viewports doesn't match the expected number of viewports.
Fields of ViewportsCountMismatch
Passed dynamic scissors, while the pipeline doesn't have scissors set as dynamic.
The pipeline has dynamic scissors, but no scissors were passed.
The number of dynamic scissors doesn't match the expected number of scissors.
Fields of ScissorsCountMismatch
Passed dynamic compare mask, while the pipeline doesn't have the compare mask set as dynamic.
The pipeline has dynamic compare mask, but no compare mask was passed.
Passed dynamic write mask, while the pipeline doesn't have the write mask set as dynamic.
The pipeline has dynamic write mask, but no write mask was passed.
Passed dynamic reference, while the pipeline doesn't have the reference set as dynamic.
The pipeline has dynamic reference, but no reference was passed.
Trait Implementations
impl Clone for CheckDynamicStateValidityError
[src]
fn clone(&self) -> CheckDynamicStateValidityError
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl From<CheckDynamicStateValidityError> for DrawError
[src]
fn from(err: CheckDynamicStateValidityError) -> DrawError
[src]
impl From<CheckDynamicStateValidityError> for DrawIndexedError
[src]
fn from(err: CheckDynamicStateValidityError) -> DrawIndexedError
[src]
impl From<CheckDynamicStateValidityError> for DrawIndirectError
[src]
fn from(err: CheckDynamicStateValidityError) -> DrawIndirectError
[src]
impl From<CheckDynamicStateValidityError> for DrawIndexedIndirectError
[src]
impl Copy for CheckDynamicStateValidityError
[src]
impl Debug for CheckDynamicStateValidityError
[src]
impl Display for CheckDynamicStateValidityError
[src]
impl Error for CheckDynamicStateValidityError
[src]
Auto Trait Implementations
impl Send for CheckDynamicStateValidityError
impl Unpin for CheckDynamicStateValidityError
impl Sync for CheckDynamicStateValidityError
impl UnwindSafe for CheckDynamicStateValidityError
impl RefUnwindSafe for CheckDynamicStateValidityError
Blanket Implementations
impl<T> Content for T
[src]
fn ref_from_ptr(*mut c_void, usize) -> Option<*mut T>
[src]
fn is_size_suitable(usize) -> bool
[src]
fn indiv_size() -> usize
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,