Trait ppapi::gles::traits::BufferExperimental [-]  [+] [src]

pub trait Buffer {
    fn unwrap(&self) -> UInt;
    fn get_type(&self) -> BufferType;
    fn to_object(&self) -> BufferObject;

    fn is_default(&self) -> bool { ... }
}

Required Methods

fn unwrap(&self) -> UInt

fn get_type(&self) -> BufferType

fn to_object(&self) -> BufferObject

Provided Methods

fn is_default(&self) -> bool

Implementors