pub trait IsFormatData {
    const TYPES: &'static [BufferType];
}
Expand description

Format data types

Required Associated Constants§

source

const TYPES: &'static [BufferType]

Buffer types which corresponds to format type

Implementors§