Enum nannou::ui::backend::glium::glium::buffer::BufferType[][src]

pub enum BufferType {
    ArrayBuffer,
    PixelPackBuffer,
    PixelUnpackBuffer,
    UniformBuffer,
    CopyReadBuffer,
    CopyWriteBuffer,
    AtomicCounterBuffer,
    DispatchIndirectBuffer,
    DrawIndirectBuffer,
    QueryBuffer,
    ShaderStorageBuffer,
    TextureBuffer,
    TransformFeedbackBuffer,
    ElementArrayBuffer,
}

Type of a buffer.

Variants

Trait Implementations

impl Clone for BufferType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BufferType
[src]

Formats the value using the given formatter. Read more

impl Copy for BufferType
[src]

impl Eq for BufferType
[src]

impl PartialEq<BufferType> for BufferType
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for BufferType

impl Sync for BufferType