Struct gfx_core::pso::CreationError [] [src]

pub struct CreationError;

Error types happening upon PSO creation on the device side.

Trait Implementations

impl Clone for CreationError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreationError
[src]

Formats the value using the given formatter.

impl PartialEq for CreationError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for CreationError
[src]

Formats the value using the given formatter. Read more

impl Error for CreationError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more