Enum luminance::tess::TessMapError [] [src]

pub enum TessMapError {
    MismatchVertexFormat(VertexFormatVertexFormat),
    VertexBufferMapFailed(BufferError),
    ForbiddenAttributelessMapping,
}

Error that can occur while trying to map GPU tessellation to host code.

Variants

Trait Implementations

impl Debug for TessMapError
[src]

Formats the value using the given formatter.

impl Eq for TessMapError
[src]

impl PartialEq for TessMapError
[src]

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

This method tests for !=.