Struct vulkano::instance::debug::Message [] [src]

pub struct Message<'a> {
    pub ty: MessageTypes,
    pub layer_prefix: &'a str,
    pub description: &'a str,
}

A message received by the callback.

Fields

Type of message.

Prefix of the layer that reported this message.

Description of the message.

Trait Implementations

Auto Trait Implementations

impl<'a> Send for Message<'a>

impl<'a> Sync for Message<'a>