Struct gfx_core::pso::CreationError
[−]
[src]
pub struct CreationError;
Error types happening upon PSO creation on the device side.
pub struct CreationError;
Error types happening upon PSO creation on the device side.
impl Debug for CreationError
impl PartialEq for CreationError
fn eq(&self, __arg_0: &CreationError) -> bool
fn ne(&self, __arg_0: &CreationError) -> bool
impl Clone for CreationError
fn clone(&self) -> CreationError
fn clone_from(&mut self, source: &Self)