Trait gfx_hal::format::AsFormat

source ·
pub trait AsFormat {
    const SELF: Format;
}
Expand description

Conversion trait into Format;

Required Associated Constants

Associated format.

Implementations on Foreign Types

Implementors