Trait glium::texture::ToClientFormat
[−]
[src]
pub trait ToClientFormat {
fn rgb_format() -> ClientFormat;
fn rgba_format() -> ClientFormat;
}